Merge lp://staging/~psivaa/uci-engine/assignable-for-edit into lp://staging/uci-engine
Proposed by
Para Siva
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~psivaa/uci-engine/assignable-for-edit |
Merge into: | lp://staging/uci-engine |
Prerequisite: | lp://staging/~joetalbott/uci-engine/add_ready_checkbox |
Diff against target: |
145 lines (+102/-1) 2 files modified
tests/test_webui.py (+92/-0) webui/tickets/static/tickets/webuiforms.js (+10/-1) |
To merge this branch: | bzr merge lp://staging/~psivaa/uci-engine/assignable-for-edit |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Francis Ginther | Needs Fixing | ||
Review via email: mp+244556@code.staging.launchpad.net |
This proposal supersedes a proposal from 2014-12-12.
Description of the change
Adding 'Ready to assign' to the edit form, following josepht's MP, https:/
To post a comment you must log in.
If a ticket is already marked as "ready to assign" and then edited again, the checkbox appears unset. As there is no way to go backward from "ready to assign" to not, the form should show that the option is set, but not allow it to be unset or just not display the option if it is set.