Jump to content

Recommended Posts

Posted

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
Posted

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.

  • Like 2

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
  • Recently Browsing   0 members

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