OneIdentity / IdentityManager.Imx

HTML5 source code for Identity Manager web apps
Other
31 stars 121 forks source link

Managers face exception after login because of change to loadDirectReports, since latest commit #122

Closed asattler closed 4 months ago

asattler commented 7 months ago

With the latest commit (Sync repo from v92 to v92 20240115102537 (https://github.com/OneIdentity/IdentityManager.Imx/pull/97)) managers are facing an exception direct after login. grafik

The exception comes from the new added line: isinactive: '0' added with: https://github.com/OneIdentity/IdentityManager.Imx/blob/v92/imxweb/projects/qer/src/lib/wport/businessowner-chartsummary/businessowner-chartsummary.component.ts#L170

I guess there's an update for QER.CompositionApi.Server.PlugIn.dll which we can't access...

Please clarify

Mathnstein commented 7 months ago

@hannoquest had planned to add info on this to the readme. It appears its a breaking change in the api.

Mathnstein commented 5 months ago

@hannoquest is this still an issue or can it be closed out?

asattler commented 5 months ago

At least I can tell that you need Hotfix for #441320 to resolve the issue. Otherwise you would need to remove the mentioned line from my original message.