Toggling a promotion's status to enabled or disabled requires editing the promotion and finding the proper radio button in the right sidebar. For convenience, we should add a "Disable" and an "Enable" operation to promotions that use a simple confirmation form to toggle the status.

Note: disabled promotions currently append "(Disabled)" to the promotion name in the promotions list. I'd prefer to see this be a separate column or even use separate tables to differentiate enabled vs. disabled promotions, but this is good enough indication for now.

Comments

rszrama created an issue. See original summary.

jsacksick’s picture

Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new18.58 KB
new111.71 KB

I added a "Disable" and "Enable" operation, and separated the disabled/enabled promotion in 2 separate tables (See the screenshot below).

Note that one of the tests I introduced has a failure that I can't reproduce locally...

  • jsacksick committed b9badfe on 8.x-2.x
    Issue #3189445 by rszrama, jsacksick: Add operation links to disable/...
jsacksick’s picture

Status: Needs review » Fixed

Committed!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.