Love the IIB, use it for SPS. Don't want Workbench Moderation adding itself to the IIB in every situation. We need a variable that turns this off.

Totally fine with this being "on" by default. Patch forthcoming.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

saltednut’s picture

Status: Active » Needs review
FileSize
892 bytes

Check if workbench_moderation_iib variable exists and is set to TRUE before adding WBM to the IIB. Defaults to TRUE.

Anonymous’s picture

Status: Needs review » Reviewed & tested by the community

We've been using this patch in production for 6+ months so I would consider it RTBC.

DamienMcKenna’s picture

Where does that variable come from? I don't see it in either IIB or WM.

Anonymous’s picture

I wonder if the OP is just adding it to something like a settings file?

Not sure this is actually an applicable or needed patch for most cases, but if it is it should also add some documentation probably.

saltednut’s picture

Variable is set to true by default. We set it to false here: https://github.com/acquia/lightning-features/blob/7.x-1.x/lightning_mode...

Anonymous’s picture

Ah, so it isn't in a vanilla WM install, it's in Lightning. Got it! Thanks for pointing it out

DamienMcKenna’s picture

Status: Reviewed & tested by the community » Needs work

So yeah, I'd say this needs some documentation.