#3268 - Catalogue breadcrumb issue
| Identifier | #3268 |
|---|---|
| Issue type | Trivial issue (does not break functionality) |
| Title | Catalogue breadcrumb issue |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | breadcrumbs |
| Description | Removed the overrides for catalogues to see how it works naturally and the breadcrumb chain seems to work right up until you view a category entry.
The category URL doesn't seem to include the catalogue ID to which it belongs although the catalogue is shown in the breadcrumbs:- index.php?page=catalogues&type=category&id=human The entry URL contains no reference to the parent catalogue, only the category is shown in the breadcrumbs. index.php?page=catalogues&type=entry&id=human%2Fkings-emissary-alice |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
(Click to enlarge)
(Click to enlarge)
<substitution match_key="collaboration:catalogues:index:tree=0" final="true"> <!-- Skip catalogues list. -->
<link label="{!HOME}">:</link>
<link label="Collaboration">collaboration</link>
</substitution>
<substitution match_key="collaboration:catalogues:category"> <!-- Skip catalogues list. This rule won't run for non-tree catalogues as the above rule terminates first; i.e. it is only for tree catalogues -->
<link label="{!HOME}">:</link>
<link label="Collaboration">collaboration</link>
</substitution>
<substitution match_key="collaboration:catalogues:atoz"> <!-- Skip catalogues list. -->
<link label="{!HOME}">:</link>
<link label="Collaboration">collaboration</link>
</substitution>
(Click to enlarge)