You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2025. It is now read-only.
Problem
Sometimes we have changes made in the OXID Backend which are overwritten via the config-import.
Idea
I think it would be very useful if we have some kind of a soft mode, which checks if the config changed since the last export.
There are several ways to do this:
a) Check
OXTIMESTAMPfield:-> in yaml-files or in a db-table?
php oxid config:importchecks if there are changes since the last timestampb) Compare exports
possible Module-options
configurationsfolder is outdatedconfigurationsfolder is outdated (you need to update theconfigurationsfolder and do an import againWhat do you think?