stable

Clone or download

Read-only

Edit pull request in a modal

Part of the story #10410 have burning parrot pull requests The edition of the message of the pull request is now done in a modal. Now the title of the pullrequest is mandatory, to not ends with pullrequests without any name. Change-Id: I451139f3adf3afce37569e92e1e431997b06cfe6

Modified Files

Name
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php +8 −0 Go to diff View file
M plugins/pullrequest/www/scripts/po/fr.po +8 −6 Go to diff View file
M plugins/pullrequest/www/scripts/po/template.pot +7 −5 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/app.js +2 −0 Go to diff View file
A plugins/pullrequest/www/scripts/src/app/overview/edit-modal/edit-modal-controller.js +40 −0 Go to diff View file
A plugins/pullrequest/www/scripts/src/app/overview/edit-modal/edit-modal-service.js +27 −0 Go to diff View file
A plugins/pullrequest/www/scripts/src/app/overview/edit-modal/edit-modal.tpl.html +55 −0 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/overview/overview-controller.js +7 −13 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/overview/overview.tpl.html +3 −33 Go to diff View file
M plugins/pullrequest/www/themes/BurningParrot/css/includes/_overview.scss +0 −5 Go to diff View file