Custom Query (2152 matches)
Results (745 - 747 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1538 | wontfix | Store partially-filled in package form data as a draft. | icmurray | icmurray |
Description |
Allow a user to save a partially-complete and probably invalid package-create form in order to come back to it later. We decided on blob storage over a state field on the package:
|
|||
#1537 | fixed | Package create form wizard | icmurray | icmurray |
Description |
Create the form wizard for the package-new form. Each section of the form will be a separate page as this was decided to be simpler than the alternative of making AJAX calls for validation at each stage. (*)
(*) - although the javascript alternative will probably provide better UX (each step would require a page-load in the wizard approach), it was decided that:
|
|||
#1536 | fixed | Group deletion doesn't work | dread | dread |
Description |
In the Web interface and API, an administrator can set the 'state' field of a group to 'deleted' but this change is ignored in the save/submit and it doesn't get deleted. |