Download & Extend

Disable a rule (by click)

Project:Dynamic Rendering
Version:5.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Hi,
I think it could be fine to have the possibility to disable a sifr item. For now we have to delete it from the list. Perhaps a checkbox to enable or disable it would be fine...
Thanks

Comments

#1

Great idea!

I don't have time to code it right now, but I'd be happy to review a patch that implemented this.

-Jeff

#2

Status:active» postponed

#3

I also would be interested in this. Could anyone point me in the right direction to get started on how to go about doing this? I'm a total novice when it comes to drupal but I know basic MySQL and PHP, so I'll make a stab at it.

#4

Status:postponed» active

Bumping this. It's useful, especially for testing sIFR patches.

#5

A workaround that I have found useful for disabling a rule is to change the CSS selector.

For example, this:
ul.primary-links>li>span
becomes this:
ul.DISABLEDprimary-links>li>span

#6

Title:Disable a sifr» Disable a rule (by click)
Project:sIFR» Dynamic Rendering
Version:master» 5.x-1.x-dev
nobody click here