stable

Clone or download

Read-only

request #13812: Migrate AD administration to BP

Timepicker in Scrum notification modal has been modified to a simple text field. Change-Id: I0499c1af83b915cb25ffc2e41a4035a95418fde3

Modified Files

Name
M include/BotMattermostAgileDashboard/BotMattermostStandUpSummary/BotMattermostStandUpSummary.php +2 −1 Go to diff View file
M include/BotMattermostAgileDashboard/Controller.php +10 −2 Go to diff View file
M include/BotMattermostAgileDashboard/Presenter/AdminNotificationPresenter.php +14 −1 Go to diff View file
M include/botmattermost_agiledashboardPlugin.php +0 −29 Go to diff View file
M package-lock.json +9 −1 Go to diff View file
M package.json +3 −1 Go to diff View file
M scripts/autocompleter.js +36 −49 Go to diff View file
A scripts/modal.js +55 −0 Go to diff View file
D scripts/timepicker.js +0 −36 Go to diff View file
M site-content/en_US/botmattermost_agiledashboard.tab +4 −1 Go to diff View file
M site-content/fr_FR/botmattermost_agiledashboard.tab +3 −1 Go to diff View file
M template/adminConfiguration.mustache +51 −47 Go to diff View file
M template/modal-add-bot.mustache +77 −71 Go to diff View file
M template/modal-delete-bot.mustache +18 −14 Go to diff View file
M template/modal-edit-bot.mustache +58 −49 Go to diff View file
D themes/FlamingParrot/css/style.scss +0 −40 Go to diff View file
D themes/default/css/_style.scss +0 −69 Go to diff View file
M webpack.common.js +5 −5 Go to diff View file