OneIdentity / IdentityManager.Imx

HTML5 source code for Identity Manager web apps
Other
28 stars 109 forks source link

Runtime error in branch 8.2 #59

Closed mafi1003 closed 1 year ago

mafi1003 commented 1 year ago

Hello, when running an application with the usermessage component of branch v82 there are some cases in which the following error occurs: "ASSERTION ERROR: Should be run in update mode [Expected=> false == true <=Actual]" This seems to be because of the cdref.detectChanges() call in the constructor of the user-message.component.ts

I managed to solve this problem by deleting the following statement from the .ts file:

203345123-a8f44420-7d9c-4c03-a41f-10128d24f83d

In the newer branches like v91 the statement is already removed: 203345768-debd2a45-d3c3-4cad-8cda-16aaad90d33e

So I was thinking this should probably be updated for branch v82 as well.

hannoquest commented 1 year ago

Hello,

The fix for this bug has been merged into the v82 branch today. Thanks