Modify ↓
Opened 12 years ago
Last modified 8 years ago
#10821 new enhancement
Ticket submit should trigger form update
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | TracFormsPlugin |
Severity: | normal | Keywords: | submit |
Cc: | Trac Release: |
Description
If TracFormsPlugin is used to embed a form within a ticket, the embedded form will have a Submit button, and so will the ticket.
A user might enter data in BOTH the embedded form and in the ticket fields. If the user then selects the ticket's Submit button, changes to the form will be lost. Users must be trained to always submit the embedded form first.
It would be desirable for the ticket Submit button to also trigger the embedded form's Submit button.
(Bonus points for only triggering the embedded form if new or changed data is present, but this strikes me as a much more challenging task.)
Attachments (0)
Change History (2)
comment:1 Changed 12 years ago by
Keywords: | submit added |
---|
comment:2 Changed 8 years ago by
Owner: | Steffen Hoffmann deleted |
---|
Note: See
TracTickets for help on using
tickets.
True, this is according to my own observations. And I remember someone else asking about this before.
But it's really hard to achieve due to problems related to HTML form scopes:
Patch/suggestions welcome for taking this nearer to a solution.