stable

Clone or download

Read-only

story #8218: View mode is persisted in user preference by project

Change-Id: Icae55735d73bd2102c68950a50e3266cc80a2beb

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Presenter.class.php +11 −3 Go to diff View file
M plugins/agiledashboard/templates/pane-planning-v2.mustache +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-main-controller.js +3 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.js +30 −10 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.spec.js +12 −2 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app.js +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item.less +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/planning.tpl.html +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/shared-properties/shared-properties-service.js +24 −2 Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/app/user-preferences/user-preferences-service.js +26 −0 Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/app/user-preferences/user-preferences.js +1 −0 Go to diff View file
M src/common/REST/Header.class.php +1 −1 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
A src/common/user/REST/v1/UserPreferenceRepresentation.class.php +40 −0 Go to diff View file
M src/common/user/REST/v1/UserResource.php +38 −0 Go to diff View file
M tests/rest/UsersTest.php +19 −0 Go to diff View file