No error displayed when password is missing from "Deploy JIRA Plugin"

Issue #24 resolved
Bradley Ayers created an issue

When configuring the Deploy JIRA Plugin, the sysadmin password must be reentered whenever the task is updated (i.e. it is mandatory). The field isn't marked as mandatory, and if you don't put in the password no error message is displayed, however the task is not saved.

This makes it very easy to think you've updated the task when in reality you haven't.

Only by inspecting the DOM and finding an empty <div class="error …"> was I able to find the offending field.

Comments (4)

  1. Joe Clark

    Fixed in ef6ce55

    The configuration UI for this task is now much clearer, the config can be edited without having to re-enter the password every time, and obvious mis-configurations of the task are now validated on the client side before attempting to update the config.

  2. Log in to comment