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