load new row selection / egw_actions system for all nextmatch lists, not only ones defining actions / context menus

This commit is contained in:
Ralf Becker 2011-05-27 10:28:30 +00:00
parent 97d920bc57
commit 2e95210154

View File

@ -856,8 +856,6 @@ class nextmatch_widget
egw_framework::validate_file('egw_action','egw_menu_dhtmlx'); egw_framework::validate_file('egw_action','egw_menu_dhtmlx');
egw_framework::validate_file('.', 'nextmatch_action', 'etemplate'); egw_framework::validate_file('.', 'nextmatch_action', 'etemplate');
if ($actions)
{
if (!is_array($action_links)) $action_links = array(); if (!is_array($action_links)) $action_links = array();
return ' return '
@ -887,7 +885,6 @@ class nextmatch_widget
}); });
</script>'; </script>';
} }
}
/** /**
* Calling our callback * Calling our callback