Skip to content

Commit

Permalink
- #1784880 by aaronbauman, DamienMcKenna: Implemented token dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Morgan committed Apr 9, 2015
1 parent d3a1888 commit 0768806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

Viewfield 7.x-2.x, xxxx-xx-xx
-----------------------------
#1784880 by aaronbauman, DamienMcKenna: Implemented token dialog.
#1230534 by keithm, sun: Changed allowed_views to be an instance setting.
#1230360 by keithm: Changed to remove custom token support.
#1230414 by sun: Fixed force_default to be independent of cardinality.
Expand Down
1 change: 1 addition & 0 deletions viewfield.module
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ function viewfield_field_widget_form(&$form, &$form_state, $field, $instance, $l
'#theme' => 'token_tree',
'#token_types' => array($element['#entity_type']),
'#global_types' => TRUE,
'#dialog' => TRUE,
);
}
}
Expand Down

0 comments on commit 0768806

Please sign in to comment.