Closed (fixed)
Project:
Rules
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Aug 2008 at 04:50 UTC
Updated:
2 Jan 2014 at 23:45 UTC
Jump to comment: Most recent
Comments
Comment #1
mitchell commentedI just checked this out with the 6.x-1.x-dev release. Since there will always be the default example, I don't think ti's possible for list to be empty.
Marking as needs more info in case I'm missing something.
Comment #2
avpadernoIn the copy of the module I run in my web site, I removed the example rules, and I noticed the list of the rules doesn't show anything, when the list is empty.
Comment #3
mitchell commentedThen you have an old version; and given my explanation of recent development, this issue is no longer a problem. Marking as fixed.
Please reopen this issue if this bug still reappears in the latest release.
Comment #5
fagoReactivating as #300729: Investigate default/example rules & rule set installation type got fixed.
Comment #6
fagont
Comment #7
fagofixed + added the possibility to export by categories.
Comment #8
jcmarco commentedIf there are no categories created there is an warning when trying to export:
warning: array_filter() [function.array-filter]: The first argument should be an array in /xxxxxxxxxxxxxxxxx/sites/all/modules/rules/rules_admin/rules_admin.export.inc on line 175.
if ($tags_to_export = array_filter($form_state['values']['export_by_tag'])) {
Comment #9
fagooh, thanks. fixed.