-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
Problem
The default collections nav item is created with a leading slash:
Line 191 in c293d0f
"link": "/collections/%s" % (issue_type.code), |
This causes path mode journals to jump to the press level, resulting in a 404.
To replicate:
- Put a journal in path mode
- Click "Enable" on the collections nav item in the Content Manager
- Click on the nav item that is generated
- See press-level 404
Proposed solution
Generate the URL in a way that will work for both path and domain modes.
Metadata
Metadata
Assignees
Labels
No labels