How and where to edit info boxes in the Angular portal?

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.

Parents
  • Good question!

    I gave it a go, but no luck.
    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.

Reply
  • Good question!

    I gave it a go, but no luck.
    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.

Children
No Data