-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: NoFixVersionApplicable
-
Fix Version/s: 4.4.2
-
Component/s: Configuration
-
Release Notes Summary:Local options are now really priorized
-
Release Notes Description:
-
Tags:
-
Team:DRIVE
-
Sprint:nxDrive 11.1.24
-
Story Points:1
Let's imagine this scenario:
- the global server configuration set synchronization_enabled = false
- a user set in its config.ini synchronization_enabled = true
In the priority order, the local configuration has the precedence over the server one.
But as the local config is setting the option to its default value (True), it has no effect by design.
And so, the synchronization is disabled for that user, even if it was asked to allow it.
The fix is to take into account local options, even if they are using the default value of the option.