Details
-
Bug
-
Resolution: Won't Fix
-
Medium
-
None
-
None
-
None
-
Empty show more show less
-
Maintenance 61
-
1
Description
Steps to reproduce
- Start Magnolia
- Upload asset via Assets App inside some folder e.g. test
- Create a new page with provided LM e.g. test
- In rich text filed link the asset
- Call endpoint for newly created page: http://localhost:8080/magnoliaAuthor/.rest/delivery/pages/test
- See that link in rich text is: <a href=\"${link:{uuid:
{d784c4c4-c0cb-479b-a56b-ee2933b9657c}
,repository:
{dam},path:
{/test/Screenshot-2021-05-26-at-08.41.png}}}\">Screenshot-2021-05-26-at-08.41.png</a>
So path is: /test/Screenshot-2021-05-26-at-08.41.png - Go to Asset App and move the asset to different place
- Call again endpoint http://localhost:8080/magnoliaAuthor/.rest/delivery/pages/test
- Returned path in REST is still /test/Screenshot-2021-05-26-at-08.41.png
Expected results
The path returned in ${link...} should be updated to the new placement of the asset
Actual results
The old path is returned
Workaround
Development notes
Checklists
Acceptance criteria
Attachments
Issue Links
- relates to
-
MGNLREST-196 Convert returned links into public links
-
- Closed
-
- mentioned in
-
Page Loading...