You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My goal is to write an app that modify the appearance of our IBM Connections navigation. So it's required to load this app globally. According to the documentation on listing 3, setting the path to global should be exactly fit those use-case.
For unknown reasons, this doesn't work globally as expected:
Working
homepage
communitys
files
search
social
forums
NOT Working
profiles
activities
blogs
wikis
news
It doesn't even work when I explicitly load the app for one of those broken modules using filters, e.g. the blog module. For this test, I used the config above and modified the payload as shown below:
My last try was to specify multiple apps using regular rexpressions:
"match": {
"url": "homepage|blogs"
}
Now the custom css from my app is loaded on the homepage fine, however still nothing in the blogs. We're using the pink-stack Release v6.0.0.0 Build IC6.0_CR_Integration_20171116-0701.
The text was updated successfully, but these errors were encountered:
My goal is to write an app that modify the appearance of our IBM Connections navigation. So it's required to load this app globally. According to the documentation on listing 3, setting the path to
global
should be exactly fit those use-case.So my app configuration looks like this:
For unknown reasons, this doesn't work globally as expected:
Working
NOT Working
It doesn't even work when I explicitly load the app for one of those broken modules using filters, e.g. the blog module. For this test, I used the config above and modified the payload as shown below:
Used the example-url http://my-connections-host/blogs/roller-ui/homepage?lang=en_us from our docs for testing, but can't see my extension loaded. Also not on pages inside the blogs, e.g. view page of a blog entry.
My last try was to specify multiple apps using regular rexpressions:
Now the custom css from my app is loaded on the homepage fine, however still nothing in the blogs. We're using the pink-stack Release v6.0.0.0 Build IC6.0_CR_Integration_20171116-0701.
The text was updated successfully, but these errors were encountered: