-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I want to insert a relative link from the hostname of our verse-server. But it seems that our plugin system does a strange "validation" on those link. Using the following extension:
[
{
"name": "OnTime-Link",
"title": "OnTime-Link",
"description": "Inserts a link",
"extensions": [
{
"ext_id": "gb.testlink",
"type": "com.ibm.action.link",
"path": "com.ibm.navbar.order.4000",
"name": "Testlink",
"payload": {
"link": "/OntimeGC/ontimegcweb.nsf"
},
"title": "OnTime"
}
],
"services": ["TopNavigationBar"]
}
]I can't see any link. It doesn't even display error messages in the browser console. But if I change "link": "/OntimeGC/ontimegcweb.nsf" to e.g. "link": "https://abc.de/OntimeGC/ontimegcweb.nsf" the link got inserted as expected.
DMW007
Metadata
Metadata
Assignees
Labels
No labels