manicfarmer1

Results 3 comments of manicfarmer1

Does anyone have any ideas of how I can log who did what in Elsa? I was able to secure the system without finding this without issues but as I...

@sjd2021 I had a similar issue. Blazor doesn't follow the typical DOM event loading model. You have to tap into an event after render. This is the code I use...

@sjd2021 I did wrap the javascript in a function for JS interop. I did have some issues like you described where it would call the service call before the token...