Bug #24844
closedNo uncheck box in loading standard Template while using Update Wizard in 4.5.0 Final
0%
Description
Same problem as before with the workspaces. Now the uncheck Box is missing in static_templates step. You can only perform the update which loads them or break it up and than you losse actually track as a nobee.
(issue imported from #M17348)
Updated by Ernesto Baschny almost 14 years ago
This upgrade wizard detects if you need the "static_template" extension, this is not an optional step! If you don't need it (i.e. you are not using any of the static templates), this wizard won't even show up.
So you have to check in your installation, somewhere you are still using them, and the upgrade wizard is informing you of that and making sure they still work after the upgrade.
Updated by Ernesto Baschny almost 14 years ago
Not a bug, but a feature.
If you think the detection of usage of static_template is wrong, please try to find out what is wrong. The check is currently done simply with this SQL:
select * from sys_refindex where ref_table = "static_template" AND tablename != "static_template" AND deleted=0;