Shawn Jackson

Results 38 comments of Shawn Jackson

@NatiG100 thanks for reporting, I'll take a look.

Hey @NatiG100, yeah, I confirmed the issue and found some more. The underlying problem is the JS file for the picker control is either not loading correctly or not found....

Found and fixed the issue with https://github.com/Resgrid/Core/commit/a57583ea0b65d6be0bef8fa282879119299243a6 going to do some testing and validation before I push out new docker images.

Hey @trystcat thank you for all that info! I'll take a look here shortly, I'm wrapping up a Unit app update and once that's done I'll be looking at some...

I've confirmed this issue in the upstream project and working on a fix now.

I have this issue fixed in the upstream repo, there is another issue I need to look at and I'll push the changes down and cut a new container release.

I've pushed the latest from upstream with the fix https://github.com/Resgrid/Core/blob/develop/Core/Resgrid.Services/CallsService.cs#L366 it's currently in develop, I'm going to be testing and validating before I push to master and cut a new...

@Shuttleu thanks for reporting this, I'm working on a fix now

@staxmanade I'll take a look as well latter today, as we use it in @Resgrid.

@JakeGinnivan Nice comments on the PR. .ConfigureAwait(false) is a biggie. Nuget distribution is content (drops a .cs file into an Events folder). Really good catch on the Wait() as well....