#972 closed enhancement (fixed)
No "save and continue editing" for pages
Reported by: | anonymousbugger | Owned by: | skippy |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.5 |
Component: | Administration | Keywords: | bg|commit bg|has-patch |
Focuses: | Cc: |
Description
Why isn't there a "save and continue editing" button for pages like there is for posts?
Attachments (1)
Change History (16)
#3
@
20 years ago
No, that's not what I mean. I missed 0000657 on my pass through mosquito, but this is not a duplicate of 0000485. I am not talking about a draft. I am talking about publishing the page, but being able to make more changes immmediately. This is analagous to regular word processing and saving the document regularly.
I don't understand why this can't be done, as all it would require is a normal save with an added redirect back to the page in question's edit screen.
#4
@
20 years ago
In the patch: added a 'Save and Continue Editing' button in edit-page-form.php.
post.php handles both page and post save&continue request perfectly.
Or I am missing something?
edited on: 02-28-05 15:19
#5
@
20 years ago
Yes, the "can't be done at the moment" primarily applies to saving pages as drafts. Save-as-you-go should still be viable.
#8
@
19 years ago
- Keywords bg|2nd-opinion bg|dev-feedback added
- Owner changed from anonymous to skippy
- Status changed from new to assigned
this should get rolled into a proposed unified post entry screen, with a single "Save" button.
See this thread for some opinions.
#11
@
19 years ago
- Keywords bg|commit added; bg|2nd-opinion bg|dev-feedback removed
Tested the patch on /branches/1.5/ and it works as it should. A lot of people have been wanting to get this in for 1.5.2, so I'm recommending it for commit.
If by save you mean saving a page as a draft, it's as Matt said in bug #485: "It's not doable with the [current] implementation."