# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- a/ui/ui.controller.inc +++ b/ui/ui.controller.inc @@ -192,10 +192,6 @@ 'show events' => isset($conditions['plugin']) && $conditions['plugin'] == 'reaction rule', 'show execution op' => !(isset($conditions['plugin']) && $conditions['plugin'] == 'reaction rule'), ); - // By default show only configurations owned by rules. - $conditions += array( - 'owner' => 'rules', - ); if (!empty($options['base path'])) { RulesPluginUI::$basePath = $options['base path']; }