Details
-
Improvement
-
Resolution: Done
-
Major
-
None
-
None
Description
In the news template we build the detail view using the path to the selected container.
This is easy to implement and fine when your container belong to a top-level page, but if your news page is at 5th or 6th level, the patch is atrocely long.
it should be possible to call the detailed view using the ID or a UUID, and not the complete path.
To investigate ASAP. Both methods must be tested, demonstrated in templates and documented.