Activities of "alper"

Dynamic Permission feature is implemented with this PR https://github.com/abpframework/abp/pull/13644 @maliming will try to help you with that.

you may have a general problem resolving the tenants. to be able to use Swagger you can use cookie authentication.

Hello. Sorry for the late response. I tried some other methods. In the end, i tried inserting the highlighted lines in the first picture into the code. Doing so generated the result in the second picture.

@Anil, no need to do this. Create your own DataSeeders, these will run one by one (not random) also you can create a new empty EF Core migration dotnet ef migrations add MyNewMigration. And write your SQL inserts here in the empty migration file, write T-SQL inserts...

public partial class Insert_Into_MyTable : Migration
{
	protected override void Up(MigrationBuilder migrationBuilder)
	{
		migrationBuilder.Sql(@"INSERT INTO MyTable .....");
	}
}

is this duplicate of https://support.abp.io/QA/Questions/4220/Log-visible-to-all-tenant?

looks like you have some missing references. did you try to create a new project with 7.0.0-rc.4 ?

there was an update on ABP Suite. those who have this issue must re-install the ABP Suite.

https://support.abp.io/QA/Questions/124/Telerik-UI-for-ASP.Net-Core

we've sent you the related file

I run the project and it works without any problems. You may need to change the PostgreSQL database connection strings in the following project's appsettings.json files. DbMigrator, HttpApi.Host, AuthServer

PS: I refunded your question credit.

7.0.0-rc.4 released today so it's normal that you got an error yesterday.

Showing 211 to 220 of 1850 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30