XF 2.3 Collapse Permissions

Ozzy47

Well-known member
For quite some time I've had an addon that collapses the permissions in the ACP. Its a simple find/replace.

Find:
/class="(block-body block-body--collapsible.*)( is-active)"/

Replace:
class="$1"

Which has worked fine until 2.3. It kinda works but any of the moderator permission groups even the official addons are not collapsed. All the other permission groups are collapsed as expected.

I can't quite put my finger on the cause.
 
Moderator permission groups are expanded via JS when they have been customized, and a bug in XF 2.3 caused them all to be considered customized. I've sorted this for beta 3.
 
Top Bottom