steirico / kirby-plugin-custom-add-fields

Custom fields for Kirby's add dialog.
MIT License
36 stars 4 forks source link

Parent page after dialog #63

Closed owzim closed 2 years ago

owzim commented 2 years ago

Version: 2.0.0 Kirby: 3.7.3 PHP: 8.0.19

Just by installing the plugin, without any further settings or configuration, in all instances, when adding a new page anywhere, after the new dialog the parent page appears, not the just-created.

steirico commented 2 years ago

As mentioned in the readme there is a related kirby issue which is not solvable.

Therefore, the plugin's default behavior is to remain on the actual panel page after a page has been added.

owzim commented 2 years ago

@steirico thanks for pointing that out.

I would be fine with the plugin keeping me on the current page, but it redirects to the parent page. So if I have a pages section, which lists children form a certain parent, I will get redirected to that parent, and not stay on the current page. Is this solvable?