Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added upgrade step to reload the theming registry.
Otherwise when you upgrade from Plone 5.2.1, and try to save the theming control panel, you get an error: ``` Traceback (innermost last): Module ZPublisher.WSGIPublisher, line 162, in transaction_pubevents Module ZPublisher.WSGIPublisher, line 359, in publish_module Module ZPublisher.WSGIPublisher, line 262, in publish Module ZPublisher.mapply, line 85, in mapply Module ZPublisher.WSGIPublisher, line 63, in call_object Module plone.app.theming.browser.controlpanel, line 65, in __call__ Module plone.app.theming.browser.controlpanel, line 215, in update Module plone.registry.recordsproxy, line 59, in __setattr__ AttributeError: custom_css_timestamp ```
- Loading branch information