Opened 17 years ago
Closed 17 years ago
#6389 closed defect (bug) (fixed)
Attachments added before first manual Save are lost from the post
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.5 | Priority: | high |
Severity: | blocker | Version: | 2.5 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
- New Post
- Add Media
- Add content to post
- Manually save post
- Note that media is no longer attached to the post
OR
- New Post
- Add content to post
- Allow autosave to fire, giving the post a "positive" ID
- Add media
- Manually Save Post
- Note that media is no longer attached to the post
We need to have autosave:
- reparent attachments uploaded on a temporary ID
- dynamically replace the temporary ID with the new "positive" ID in the Add Media hrefs
Attachments (1)
Change History (4)
#2
@
17 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Found a case where it doesn't work.
- New Post (don't provide content)
- Add Media
- Close the box, and wait about a minute
- I think autosave tries to fire, but doesn't (no title/content)
- The post_id in the Add Media links turns to zero.
Note: See
TracTickets for help on using
tickets.
(In [7532]) Autosave fixes for attachments from andy. fixes #6389