-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.2.9
-
Fix Version/s: None
-
Component/s: Configuration
Steps to reproduce:
- Start Nuxeo Drive 5.2.9
- Configure Drive with a Nuxeo instance
- Modify $NUXEO/templates/drive/nxserver/config/nuxeo-drive-config.json to configure some features, for example with this content
{ "client-version": "5.2.9", "delay": 30, "ignored_prefixes": [".", "icon\r", "thumbs.db", "desktop.ini", "~$"], "ignored_suffixes": [".bak", ".crdownload", ".dwl", ".dwl2", ".lnk", ".lock", ".nxpart", ".part", ".partial", ".swp", ".tmp", "~"], "ignored_files": ["^atmp\\d+$"], "log_level_file": "DEBUG", "timeout": 30, "handshake_timeout": 60, "beta_channel": false, "update_check_delay": 3600, "ui": "web", "synchronization-enabled": false, "feature": { "auto-update" : true, "direct-edit" : true, "direct-transfer" : false, "synchronization" : false, "s3" : false } }
- Restart Nuxeo to take into account this change
- Restart Drive : a popup is displayed with this content: "You need to restart Nuxeo Drive to continue using it."
- Go to Settings > Features and observe that the settings from the server are not taken into account. It's normal because a restart is required
- Restart Drive : a popup is displayed with this content: "You need to restart Nuxeo Drive to continue using it."
- Go to Settings > Features and observe that the settings from the server are now taken into account ==> the popup which asks to restart should not be displayed now : this is the bug which must be fixed.
- is related to
-
NXDRIVE-2884 Fix infinite restart popup
- Resolved