Actions
Bug #7466
closedSystem Actions do not migrate or install correctly during installation
Description
During first initial install the system actions appear to fail to install. This maybe due to how they're checked for by loading in plugins and by calling a namespaced function. May need a copy of this function directly in the install script.
Updated by krileon over 5 years ago
- % Done changed from 0 to 50
System Actions are created on initial install fine now, but fail to migrate conditions from previous format.
Updated by krileon over 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 50 to 100
Migration fixed by moving system action install function to its own on demand namespaced class so it isn't just loaded all the time (which wasn't even necessary).
Actions