Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (670 - 672 of 2152)

Ticket Resolution Summary Owner Reporter
#1538 wontfix Store partially-filled in package form data as a draft. icmurray icmurray

Reported by icmurray, 2 years ago.

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:

  • prevents a history of the drafts being stored in the revision history. This is a particular problem if we start auto-saving, say every 20s.
  • the blob can store arbitrary extra data, such as how far through the wizard we are.
#1539 wontfix Package forms auto-save icmurray icmurray

Reported by icmurray, 2 years ago.

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.

#1541 fixed Setup server for the DGU form-refactor. icmurray icmurray

Reported by icmurray, 2 years ago.

Description

To enable us to show DGU work in progress, for feedback.

Note: See TracQuery for help on using queries.