- Issue created by @borislav_mihaylov_bulcode
Add custom redirect path field per node for content types. The field itself is enabled or disabled via checkbox per content type in its configuration in Unpublished nodes redirect in admin. If enabled, chosen unpublished node can be redirected to custom path, different from the one specified for the content type. When the field is disabled, we use the path from the content type configuration.
Added new field for custom per node path to redirect to in Entity class.
Created .module file to implement:
In UnpublishedNodesRedirectUtils.php added helper functions:
In On403Subscriber Event added:
Active
2.0
Code