Per #124, the links in the API dashboard to "Add a description for this service" had no handlers attached to them. This patch does so, via the following:
A new "AddServiceDescription" controller and view in the apigility.modal namespace.
A new "addServiceDescription" method in the api-module controller that launches the modal, and, on successful completion, reloads the current state.
Per #124, the links in the API dashboard to "Add a description for this service" had no handlers attached to them. This patch does so, via the following:
Fixes #124.