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

Status
This content is read-only, or is not open for further replies.

Xon

Guest
offline
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...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom