stable

Clone or download

Read-only

DRY modal opening code in Typescript

Part of request #14718 DRY TLP modal opening code How to test: The following modals should open like before: - OAuth2 app creation / deletion modals - Avatar edition in user settings - SSH Key / SSH Token / Access Key creation in user settings - Confirmation when trying to delete the top-most Planning when using Explicit Backlog in Agiledashboard administration - Confirmation when switching to/from Explicit Backlog mode Change-Id: I20aaf4a219bd6a42afb1447eb64fd389eceaf885

Modified Files

Name
M plugins/agiledashboard/scripts/administration/administration.test.ts +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/administration/administration.ts +21 −66 Go to diff View file
M plugins/agiledashboard/templates/admin-scrum.mustache +1 −1 Go to diff View file
M plugins/oauth2_server/scripts/src/project-administration.ts +4 −1 Go to diff View file
M plugins/oauth2_server/scripts/src/user-preferences.ts +1 −1 Go to diff View file
M src/www/scripts/account/avatar.ts +3 −21 Go to diff View file
M src/www/scripts/account/keys-tokens.ts +11 −51 Go to diff View file
R plugins/oauth2_server/scripts/src/confirmation-modals.test.ts Go to diff View file
R plugins/oauth2_server/scripts/src/confirmation-modals.ts Go to diff View file