Custom Query (2152 matches)
Results (1135 - 1137 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1539 | wontfix | Package forms auto-save | icmurray | icmurray |
Description |
Using the saved-draft feature, we enable auto-save for the package-new and package-edit forms. An AJAX call is made every N seconds, and the auto-saved blob is updated. note - we don't want to overwrite a previously save draft, but we will want to overwrite the last autosave. |
|||
#105 | fixed | Package groups (view) | dread | rgrp |
Description |
As a user I want to be able to create groups of packages. This functionality is different from tags:
Group properties
Don't version groups for now. Groups address in the WUI will be:
Group editing and searching will be another ticket. Cost: 3d |
|||
#152 | fixed | Package has editable 'Extra' fields | dread | dread |
Description |
Package edit page has fields for extra key-value pairs. Don't use formalchemy. The form displays the existing ones and new ones as follows: Key Value delete [ country ] [ uk, spain ] [x] When presenting the form, existing pairs and 3 blank pairs are provided. When saving the data, keys that are not changed use the existing PackageExtra object (perhaps with new value). Deleted keys put the PackageExtra state to deleted. For new keys, only create a new PackageExtra if there isn't a state=deleted one to resurrect. Validators ensure no repeated keys. |