Unable To "Change Status" For Manually Added Vanity URL If A Blob URL Is Present
(Doc ID 2279826.1)
Last updated on MARCH 22, 2024
Applies to:
Oracle WebCenter Sites - Version 12.2.1.1.0 and laterInformation in this document applies to any platform.
Symptoms
Unable to "Change Status" for manually added vanity URL if a Blob URL is present
Steps to replicate issue:
1. In avisports Contributor UI, created a new Image (for Article).
a) Enter a name, "Test", and uploaded an image to the Full size image field and saved the asset.
- On the URL tab, the asset has a Blob URL which is auto generated, e.g. http://host:port/context/avi/articleimage/filename.xxx
2. In Admin UI, create a template for Image asset type, named TemplateTest:
- Subtype: ArticleImage
- Element Logic: default element logic JSP
- Usage: "Element is used as Layout"
3. Edit the asset created in step 2:
a) on the URL tab, add a URL for it, using the same host, default device group, and the template created in step 2.
- This URL gets added with status 200.
4. Next to the manually added URL, clicked on "Change Status" link.
Observed behavior:
- There is no result (nothing happened).
- A javascript error is observed in the browser console. The error as seen in FF developer tools console is the following:
TypeError: dojo.byId(...) is null
changeStatus() ContentServer:8309
onclick() ContentServer:1
1 ContentServer:8309:21
Checking the line referenced (ContentServer:8309), we see it is the following:
8309: var displayURL = dojo.byId("WebreferencesTableWebreferenceUrl_"+i).innerHTML;
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |