Skip to content

Commit

Permalink
Column data source fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Jun 24, 2014
1 parent 2ce94cf commit f5fa095
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/class-admin-views.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ public function tooltips( $tooltips = array() ) {

public function add_post_type_column_content( $column_name, $post_id ) {

if( $column_name !== 'gv_connected_form' ) { return; }

$form_id = get_post_meta( $post_id, '_gravityview_form_id', true );

// All Views should have a connected form. If it doesn't, that's not right.
Expand Down
1 change: 1 addition & 0 deletions includes/class-admin-welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ public function getting_started_screen() {
<li>Fixed: Approve Entries column not displaying when clicking Forms > Entries link in admin menu</li>
<li>Fixed: Field Settings gear no longer showing for widgets without options</li>
<li>Fixed: Added Gravity Forms minimum version notice when using &lt; 1.8</li>
<li>Fixed: Column "Data Source" content being displayed in other columns</li>
</ul>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Beautifully display your Gravity Forms entries.
* Fixed: Approve Entries column not displaying when clicking Forms > Entries link in admin menu
* Fixed: Field Settings gear no longer showing for widgets without options
* Fixed: Added Gravity Forms minimum version notice when using < 1.8
* Fixed: Column "Data Source" content being displayed in other columns

= 1.0.4 =
* Added: __DataTables integration__ Created a new view type for existing forms that uses the [DataTables](http://datatables.net) script.
Expand Down

0 comments on commit f5fa095

Please sign in to comment.