You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We ran into routing issues with the usage of "withDoktypes" on hidden pages as the routing did not match the site.
The QueryBuilders in the ConfigurationModifier Class have by default some query restrictions set. I would argue that all but the DeletedRestriction should be removed to have proper routing also on hidden and start/end-time records/pages.
Suggestion:
Remove all restrictions but the DeletedRestriction.
Removes the default restrictions "HiddenRestriction", "StartTimeRestriction" and "EndTimeRestriction". But keeps the "DeletedRestriction".
Editors can now preview pages etc. with proper routing.
Closessmichaelsen#27
We ran into routing issues with the usage of "withDoktypes" on hidden pages as the routing did not match the site.
The QueryBuilders in the ConfigurationModifier Class have by default some query restrictions set. I would argue that all but the DeletedRestriction should be removed to have proper routing also on hidden and start/end-time records/pages.
Suggestion:
Remove all restrictions but the DeletedRestriction.
The text was updated successfully, but these errors were encountered: