Panel using plus sign instead of backslash

Howdy all. It seems like the panel uses a ’ + ’ instead of a ’ / ’ for the path if a page is 2 levels deep.

Seems odd. I generally like to create a little button on the front-end that links directly to the edit screen for any given page. The button only shows up if the user is logged in. I had a little snippet for all my projects, but now it doesn’t work because of this plus sign.

So is this a bug? Is there a way to get the URL to edit screen of any given page?

Thanks.

You can use $page->panelUrl()

Exciting. Thank you.