- Issue created by @scottatdrake
- Issue was unassigned.
- Status changed to Needs review
10 months ago 3:33pm 1 February 2024 - 🇺🇸United States scottatdrake
Uploading patch that does the tasks described above.
The configuration system is meant for deployment across environments, and storing dynamic values like timestamps in it is not ideal.
Configure the module and export config. Import in another environment and observe the last import time is incorrect
The State API is designed for storing local, stateful information, such as temporary data and operational aspects like the last time an import was performed. This data is specific to an environment and is not meant to be exported with configuration synchronization.
Migrate Storage Method:
Remove Schema Definition:
Update Default Configuration:
Implement a hook_update_N Function:
Needs review
4.0
Reports module
Uploading patch that does the tasks described above.