Details
-
New Feature
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
0.1
-
Puma Sprint 227, Puma Sprint 228-SaaS BrX v0.2
Description
In order to fix inconsistency and provide better integration on the SPA SDK side, we need to update `_links.site` Page Model API property.
Requirements:
- Return relative link in `href` property.
- Return query string parameters.
- Resolve wildcard URLs.
- Return `"type": "internal"`.
Example:
Before:
"_links": { "site": { "href": "http://127.0.0.1:9080/site/_cmsinternal/spa-react-csr/news/_default_/_index_" } }
After:
"_links": { "site": { "href": "/news/2015?bloomreach-preview=true", "type": "internal" } }
Attachments
Issue Links
- is awaited by
-
CMS-12519 Implement new links behavior in the SPA SDK
- Closed
- relates to
-
CMS-12843 Return fully-qualified URL in _links.self property
- Closed
-
HSTTWO-4741 All SPA 'internal' links should be relative to the sitemap item path
- Closed