Base solution for your next web application

Activities of "jguldemond"

Hi @ismagdas, yes as I'm also @burodevelopment. So This is fixed for me. But I don't know if this is also the case for the owner of this issue.

Hi,

we have the same issue with v11.0.0 and impersonation

If we the disable the return in getRecords in common-lookup-modal.component.ts then it's fixed. But this seems just a workaround.

if (this.primengTableHelper.shouldResetPaging(event)) {
  this.paginator.changePage(0);

  // return;
}

Thanks!

Aha someone noticed this too :-)

Any time soon this can be fixed?

Hi @abarref,

My solutions is even simpler. I added this line as the first line to Program.cs -> Main:

Directory.SetCurrentDirectory(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location));

(and a extra using)

@abarref I have In-Process working, if you need help with this, let me know

When we add a new language, Dutch (nl-NL) everything stops working.

We get a javascript error which indicates we are missing a nl-NL.js file when loading/initializing polyfill.js.

Any sugggestions?

Showing 1 to 7 of 7 entries