stable

Clone or download

Read-only

Update webhook through web UI

This is part of story #11035 trigger webhook on artifact update Change-Id: I3a0f116dda842968b500e955e784b41c073367f6

Modified Files

Name
M plugins/tracker/include/Tracker/Webhook/Actions/AdminPresenter.php +2 −2 Go to diff View file
A plugins/tracker/include/Tracker/Webhook/Actions/WebhookEditController.php +133 −0 Go to diff View file
M plugins/tracker/include/Tracker/Webhook/WebhookDao.php +9 −0 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +12 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +14 −2 Go to diff View file
M plugins/tracker/site-content/tuleap-tracker.pot +12 −0 Go to diff View file
M plugins/tracker/templates/webhook/administration.mustache +8 −2 Go to diff View file
M plugins/tracker/templates/webhook/modal-create-webhook.mustache +3 −1 Go to diff View file
A plugins/tracker/templates/webhook/modal-edit-webhook.mustache +42 −0 Go to diff View file
M plugins/tracker/templates/webhook/popover-remove-webhook.mustache +3 −1 Go to diff View file