alexandis

Results 12 issues of alexandis

**ABP 5.1.2 / Angular** I've replaced the **ABP** _Tenant_ component: ``` this.replaceableComponents.add({ component: TenantsComponent, key: eSaasComponents.Tenants, }), ``` Since this component does not have its own module (it reuses `TenantManagementModule`)...

question
inactive

**ABP 5.1.2 / Angular / Ef Core / separate Identity Server** Hi. Time to time I am getting stuck on requests to my back-end. There is no information in the...

inactive

Here's how the page looks like here: ![image](https://user-images.githubusercontent.com/6149843/102344318-649b0700-3fa4-11eb-9727-c08d29d84975.png) The error while trying to parse dates is: > vue:6 TypeError: Cannot read property 'length' of null > at wn.eval (eval at...

![image](https://user-images.githubusercontent.com/6149843/102463955-6b815280-4054-11eb-8c9f-14642b56cf18.png)

Just in case: using Microsoft.AspNetCore.Mvc.Razor 2.0.4 Nuget package. Cannot use a newer version, since as I need to support Netstandard2.0 only. For some reason, the @model directive is not identitied...

I have **Netstandard2.0** lib. My markup is the class inherited from `Hangfire.Dashboard.RazorPage `abstract class (`Hangfire` package). Here's what I'm stuck on: ![image](https://user-images.githubusercontent.com/6149843/103590434-8712a700-4ef6-11eb-8b57-994d7ba8401b.png) ![image](https://user-images.githubusercontent.com/6149843/103590977-829abe00-4ef7-11eb-9fa7-01f7edfbe0a9.png) If i swap "using" and "namespace" (i.e....

**ABP 5.1.2** I was trying to delete data in chunks to avoid slow performance, but still getting timeout ("Task was cancelled"): public virtual async Task DeleteAsync(PlateListKeyDto key, CancellationToken cancellationToken =...

problem

Hi. Is there a less hacky way to access modal body markup (Angular 15, if it matters) than: ``` const mapLayerModalRef = this.modalService.open(this.mapLayerContent, { centered: true, size: 'xl' }); mapLayerModalRef.dismissed.subscribe(()...

component: modal
resolution: support

I see no possibilities to create a multi-volume archive, so I ended up with creating a bunch of chunks for uploading to the server (and then combine them and unzip...

I am trying to reopen the menu which resides in a row of re-rendered grid. I use `openChange` event handler to keep track of row ID: ``` onContextMenuOpenChange(isOpen: boolean, row:...

component: dropdown
needs: design