I need help with finding out how and where I can edit the text in the info boxes in the angluar portal. I want for some of these info boxes to either add more text or change the order that the senteces are written in the info box.
I need help with finding out how and where I can edit the text in the info boxes in the angluar portal. I want for some of these info boxes to either add more text or change the order that the senteces are written in the info box.
Good question!
I gave it a go, but no luck (v93)
My goal was to: extend/overwrite the OOTB HELP_CONTEXTUAL entries
Starting point: projects\qbm\src\lib\help-contextual\help-contextual.service.ts
I tried to…
Hi Niels,
As I posted on the Github thread before, this json file is not intended to be customizable. (It is also loaded from a DLL resource, not a separate file.)
If you want to modify/extend the json…
Good question!
I gave it a go, but no luck (v93)
My goal was to: extend/overwrite the OOTB HELP_CONTEXTUAL entries
Starting point: projects\qbm\src\lib\help-contextual\help-contextual.service.ts
I tried to following. First I extracted the 'definitions.json' from the 'QBM.CompositionApi.Server.dll' and placed it in the '\bin\helpcontext.definitions.json' of the APIServer. Thinking it would be pick-up by the APIServer. I see this in the logging but the custom .json is not loaded: INFO (HelpContextModel successfully loaded from resource QBM.CompositionApi.helpcontext.definitions.json in assembly C:\inetpub\wwwroot\ApiServer93\bin\QBM.CompositionApi.Server.dll)
Also see: https://github.com/OneIdentity/IdentityManager.Imx/issues/203
So maybe someone more knowledgeable can help with this.
Hello Hanno Bunjes ,
Could you please provide some inside/advice on this matter.
Thank you!
Hi Niels,
As I posted on the Github thread before, this json file is not intended to be customizable. (It is also loaded from a DLL resource, not a separate file.)
If you want to modify/extend the json content, you are free to do that inside the HelpContextualService and integrate a completely different data source where needed. The data doesn't need to come from the server's helpcontext.definitions.json file.
HTH
Hanno
Hi Niels,
As I posted on the Github thread before, this json file is not intended to be customizable. (It is also loaded from a DLL resource, not a separate file.)
If you want to modify/extend the json content, you are free to do that inside the HelpContextualService and integrate a completely different data source where needed. The data doesn't need to come from the server's helpcontext.definitions.json file.
HTH
Hanno