Issues
- Improve handling of Document versions/translations in Space ReportCQ-22
- Ruleset filter in space report not working correctly for "Allow/Block Macro" rulesCQ-21Resolved issue: CQ-21
- Ruleset filter in space report not working correctly for "Allow/Block Macro" rulesCQ-20
- Wrong configuration for macro rule created with the visual macro editorCQ-19Resolved issue: CQ-19
- Migration to new configuration format fails when old config YAML contained mix of spaces and tabsCQ-18
- Rule to control image dimensionsCQ-17
- Add option to check for broken internal linksCQ-16
- Allow pattern searching in text-replacement ruleCQ-15
- Add setting to ignore capitalization in text-replacement ruleCQ-14
- Provide way to check for the existence of a specific macroCQ-13
- Option to configure specific capitalization for terms in text-capitalization ruleCQ-12
- Manage rules globally for multiple or all spacesCQ-11
- Allow user to view page reports from the space-level report overviewCQ-10Resolved issue: CQ-10
- external-link check sometimes incorrectly reports links as not reachableCQ-9
- Data Center version for Scroll Content QualityCQ-8
- Improve timeout handling for external-links ruleCQ-7Resolved issue: CQ-7
- external-link rule does not ignore mailto: links.CQ-6Resolved issue: CQ-6
- Rule to detect empty paragraphsCQ-5
- Add option for checking table widths to "elements" ruleCQ-4
- Allow exceptions to the text-capitalization ruleCQ-3
- Unable to check pages that have restrictionsCQ-2
21 of 21
Document link in content source table leads to 404 page
Unresolved
Description
Environment
None
Details
Details
Details
Backbone Work Sync
Backbone Work Sync
Backbone Work Sync
Created May 8, 2024 at 11:54 AM
Updated May 17, 2024 at 9:52 AM
Activity
Show:
The link to a document in content source table should lead to the document manager of that specific document.
Steps to reproduce
Open the single site screen for a Viewport site
Add a document content source
In the content source table, click the document name
Expected result
The linked document name opens the document manager of that specific document.
Actual result
The linked document name opens a page that leads to a 404. This is because the document id and space key are in wrong order in the URL, ie. what is now
content.id
in the URL should be the value ofspace.key
and the other way around.