Base solution for your next web application

Activities of "tonyclark69"

I'm facing the same issue. Is this simply a problem because the ASP.NET Core and Angular UI are in seperate VS Solutions?

Use the RAD tool for the first time. The back-end files generated successfully, but I got error for Angular files. I'm using DOT.NET Core with Angular8, with the project split across two VS Solutions. Is this an issue because the UI and BE are not in the same Solution?

hey Lakshmi... what was the specific environment variable that fixed this problem for you?

Using Metronic Theme 4 with Angular/Core - Calendar Selector not showing buttons until you hover the mouse over them...

We're using v7.2.0.0 -

Version: 7.2.0.0 Build: Core / Angular Multi Tenant: Yes

After creating Static Role in TenantRoleAndUserBuilder, first addition of permissions for the role resulted in multiple duplicate DB entries. It appears that for each Create, Edit and Delete function, the code cannot recognise that it has already generated a permission for the parent permission.

Subsequent removal of a permission seems to clean up this issue by removing all the duplicate rows for the specified permission and then adding new rows with IsGranted set to False.

So, this doesn't appear to represent a problem, but might lead to a problem if you assume that there is only a single database entry for each page/function.

Running on a single instance. One interesting setup we have is that we're setup for Mutli-Tenant, but a lot of data entities do not inherit IMustHaveTenant or IMayHaveTenant, because these reference data entities need to be used across all tenants (Types, Statuses, etc).

yes. metronic 6.x. Using visual settings i have selected Theme Number 4.

I solved this... bs-datepicker.css does not contain a /* THEME-4 */ section.

Using v8.2.0.0 Core MVC / JQuery - the RAD tool adds AppPermissions inside quotations... see line 75

Showing 1 to 10 of 13 entries