How to roll back GUI settings changes? Versions? #1001
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#1001
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Is there a way to 'roll-back' component configuration changes made in the GUI?
Example:
I've created a component and built up a few admin views and a few site views.
I also have site views and dynamic gets.
I've made a few changes to dynamic gets, and some changes to Site views.
Then I've run a compile of the component.
Then I notice some errors (that we're there before the changes).
Is there any way to identify the changes and roll-back the changes that were made via the GUI from one compile to the previous?
Or do I need to try to remember which areas were changed and use the VERSIONS to roll them back?
well he history of each of those areas... but if the changes was database related it will be more tricky. Generally just rolling back the history on the areas changed, and recompile should fix things.