Ends in:
7 DAYS
19 HRS
33 MIN
31 SEC
Ends in:
7 D
19 H
33 M
31 S

Activities of "alper"

ok. I'll check this

did you manage to find a way for this, or are you still waiting for assistance?

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

Showing 241 to 250 of 1975 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06