Problem/Motivation
After merging in the drupal.nl split a few things do not work as expected
- The jQuery UI Draggable cannot be uninstalled
- Site settings are not translatable
- Default content is being added on top of the live content
- The default configuration language is being forced to NL
- The Redis module is installed
- Local copy of the quicklink library is missing
Steps to reproduce
Check the staging env
Proposed resolution
The jQuery UI Draggable cannot be uninstalled
Add the missing jQuery UI Draggable to the codebase so it can be uninstalled
Site settings are not translatable
Update Site settings module (issues with translations have been fixed in newer versions)
Default content is being added on top of the live content
Disabled Default content (at least for now)
The default configuration language is being forced to NL
Patched core with #3150540-46: Configuration langcode is forced to site default language
The Redis module is installed
Disabled Redis
Local copy of the quicklink library is missing
Added via assets-packagist
Remaining tasks
Review
User interface changes
None
API changes
None
Data model changes
None
Issue fork la_eu-3554563
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
taran2lComment #4
taran2lComment #7
chizh273 commentedI have created services_link site settings and added NL translation for eu_cookie_compliance configurations.
Comment #9
taran2lComment #10
taran2l