bernhard Posted August 23, 2016 Share Posted August 23, 2016 if have links like that: /admin/page/edit/?id=1398&fields=title that works great until the field is inside a fieldsettab. it does not show any fields how can i solve this? edit: got a little closer: you can link to the tab like this: ?id=123&fields=yourtabfieldname but it shows the whole tab. not only the field i need. any hints? Link to comment Share on other sites More sharing options...
Robin S Posted August 23, 2016 Share Posted August 23, 2016 It works for me even when the field is inside a fieldsettab: Incidentally, the ability to edit individual fields like this is new to me. How did you discover it, and is it documented in the code anywhere? I'm curious if there are other hidden tricks like this. 2 Link to comment Share on other sites More sharing options...
bernhard Posted August 23, 2016 Author Share Posted August 23, 2016 thank you robin! you got me on the right track - i had a field dependency on another field that was not shown. i have to show both fields then it works! Link to comment Share on other sites More sharing options...
Zeka Posted August 23, 2016 Share Posted August 23, 2016 3 hours ago, Robin S said: the ability to edit individual fields like this is new to me The same with me. Is it some reading about that feature? Link to comment Share on other sites More sharing options...
bernhard Posted August 23, 2016 Author Share Posted August 23, 2016 its located in processpageedit module i also found that by coincidence some day... http://kongondo.github.io/ProcessWireAPIGen/devns/source-class-ProcessWire.ProcessPageEdit.html#93-112 1 Link to comment Share on other sites More sharing options...
Juergen Posted September 4, 2016 Share Posted September 4, 2016 Hello @ all, I use this technique to link directly to a pagetable field. Unfortunately images will be loaded but not be displayed in this case. Can someone confirm this behaviour? Another problem is that you have only a save button without the functionality of the drop down (save and go back to the page on frontend). So the workflow is not so good as loading the whole page. Best regards 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