Jump to content

Run ProcessPageEdit module in executeEdit method


Recommended Posts

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...

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...