Expose user's settings and defaults inline

This improves performance by removing two AJAX calls and a lot of
JavaScript promises.
This commit is contained in:
Francis Lachapelle
2017-06-01 13:46:57 -04:00
parent 1fa056bb25
commit 89bfa0c536
22 changed files with 441 additions and 484 deletions
+2 -2
View File
@@ -33,12 +33,12 @@
};
jsonDefaults = {
protectedBy = "View";
actionClass = "UIxJSONPreferences";
pageName = "UIxJSONPreferences";
actionName = "jsonDefaults";
};
jsonSettings = {
protectedBy = "View";
actionClass = "UIxJSONPreferences";
pageName = "UIxJSONPreferences";
actionName = "jsonSettings";
};
save = {