bernhard Posted March 8, 2019 Share Posted March 8, 2019 Hm... I thought when showing only one field on the page edit screen ( /page/edit/?id=123&field=yourfield ) it should display only this field after pagesave as well?! What do you think? At the moment when I save the page I'm redirected to the page edit screen showing ALL fields, not only the one that I requested initially. Shouldn't the page edit screen remember which field was shown and then only show this field after the page save? If you confirm this issue I'll post it on github, thx. 1 Link to comment Share on other sites More sharing options...
dragan Posted March 8, 2019 Share Posted March 8, 2019 Wow, I didn't even knew you could do this: &field=yourfield ? It works even with multiple fields: &field=title,headline,summary. Is this a new feature? I don't know if it is expected behavior to only have this one field you edited on the follow-up page-edit screen as well. You see them in the URL as query strings &changes=fieldname. Maybe you could create a hook to also append the &field query params too after save? Link to comment Share on other sites More sharing options...
bernhard Posted March 8, 2019 Author Share Posted March 8, 2019 32 minutes ago, dragan said: Is this a new feature? No ? 32 minutes ago, dragan said: Maybe you could create a hook to also append the &field query params too after save? I could, but I think this should be the case by default and wanted to hear your opinions about that. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now