Opened 2 years ago
Closed 15 months ago
#16 closed enhancement (wontfix)
Eliminate the need to save twice when converting a note to a link
Reported by: | Mike Dewhirst | Owned by: | |
---|---|---|---|
Priority: | medium | Version: | 1.x |
Keywords: | save | Cc: |
Description
Saving twice is a necessary pain because after setting 'Yes' in the Link field and saving the Note the next save detects that and inserts the Link then deletes the Note.
This ticket should make that happen in a single save.
Note:
See TracTickets
for help on using tickets.
It turns out that using the current infrastructure it is not possible to perform two saves simultaneously. This will need to be re-opened in future after we switch to htmx processing.