Bug Uninstalling an add-on breaks other add-ons which implement a permissions using interface groups from the first add-on

There is a bug in this version
X

Xon

Guest
If you have add-on A, which has defined a permission interface group B, and then Add-on C which implements a permission in that interface group; uninstalling add-on A will break any add-on C.

Running php cmd.php xf-addon:build for add-on C will generate a broken install which will throw this error:
Code:

Please enter a value for the required field "interface_group_id"
when attempting to install/upgrade add-on B on anotherXF instance.

The problem is...

Read more

Continue reading...