Lack of interest Add-on setup events

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Lukas W.

Well-known member
I'd appreciate if we'd get the chance to have some add-on setup events of some form, either it be through being able to extend the Setup files of add-ons directly, or some code events we can install listener for. That way, we can have add-ons that have optional interactions with other add-ons work seamlessly together without the need of complicated workarounds or manual rebuild jobs. For example if our add-on optionally supports the Resource Manager, but to do so, requires a database field to be added to the resource manager table, we then would be able to add these fields even if the Resource Manager would be installed after our add-on. Or we may just want to run some cleanup events when the Resource Manager is uninstalled, to get rid of leftover data that is no longer needed.

Suggested events:
  • Add-on Pre/Post Install
  • Add-on Pre/Post Upgrade
  • Add-on Pre/Post Uninstall
 
Upvote 2
This suggestion has been closed. Votes are no longer accepted.
Top Bottom