Base solution for your next web application

Activities of "FahrettinOzturk"

That worked.

Thanks!

Hello guys,

Is there a way to hide some columns from Tenants? For example, as a Host I need to see the Tenant Information on a page which a Tanant capable to access to the same page as wll. So, the Tenant shouldn't be able to see that column or the information.

Thanks.

Hello guys,

I've downloaded the framework with VisualStudio Core MVC, and I've changed the database settings to be compatible for PostgreSQL. I'm trying to create new screens on my existing tables which I've already been using.

I've just realized that the framework requires two mandatory columns such as "Id" and "TenantId" on tables. The problem is that I've already been using the "id" column as primary key on my existing tables. PostgreSQL is case sensitive when creating columns, so the boilerplate does not recognize the column "id" in lowercase because it requires upper case for the first letter. On the other hand, I can not change the "id" column to uppercase since the table is being used by other services.

I need to change the framework's mandatory column "Id" to "id" to be able to handle that case. I think, that column comes from the abstract "Entity" class. Is there any way to change it?

Thanks in advance.

Hello all,

The migration tool creates all needed tables on PostgreSql database in "Public" schema which is default. I couldn't see any schema name property in config files. Can we change the name of the schema?

Thanks.

Showing 1 to 4 of 4 entries