-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify and fix (?) prefs handling for the Advanced Browse Modes
* fix variable naming: `$serverPrefs` isn't a good name for client specific preferences - and was overwritten in some places by the actual server prefs * move client specific prefs saving to its own method * remove custom browse mode configuration from the client prefs page: configure server wide, enable/disable per client @darrel-k - please test the custom role stuff. Your commit actually caused to show the poor choice of variable names on my end: it broke the settings page (my fault!). The naming confusion should hopefully be fixed now.
- Loading branch information
1 parent
2c9d40f
commit 6661014
Showing
3 changed files
with
43 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters