You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for Dataface_Record getTableAttribute() method that wraps table-level fields.ini properties, and allows delegate class to override using attribute__ATTNAME method.
Added support for exclude and with parameters in ActionTool.getActions().
Added support for no_view_tab table attribute to specify that the given table doesn't have a view tab. If the view action will automatically forward to the first action in the record_tabs category for the record.
Added support for the cover_image table attribute that will display a cover image in the record template.
Improved layout of the record view so that there is more consistent record information shared between view tab and related tabs.
Some improvements to both the mobile and desktop UI for record views.
Copy file name to clipboardExpand all lines: Dataface/ActionTool.php
+31-3
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,25 @@ function getActions($params=array(), $actions=null){
169
169
if ( !is_array($params) ){
170
170
trigger_error("In Dataface_ActionTool::getActions(), expected parameter to be an array but received a scalar: ".$params.".".Dataface_Error::printStackTrace(), E_USER_ERROR);
0 commit comments