Ivan Gretsky Posted October 19, 2015 Share Posted October 19, 2015 I try to run ProcessPageEdit in a executeEdit method of another ProcessModule like this: public function ___executeEdit() { $out = $this->modules->get("ProcessPageEdit")->execute(); return $out; } It does work for almost everything, but not for a few selects, those option lists are formed with "Custom selector to find selectable pages" option + "Show this field only if". Those fielda appear blank and the dropdown is formed with root children pages. I think I could simply add a ProcessPageEdit as a child to my process page as a workaround, but it is still a bug... 1 Link to comment Share on other sites More sharing options...
Ivan Gretsky Posted October 20, 2015 Author Share Posted October 20, 2015 I found this thread and it is a treasure for anybody doing some custom backend stuff! I still don't get half of it, but the answer is certainly there. Edit: Can't make the topic "solved" as this thread probably does not alow this. 2 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