Activities of "abpVAndy"

Question 1:

The class tenant does not have Navigation property: public virtual Edition Edition { get; set; } So this is the limitation for the different commercial level? Thanks

but default could get edition navigation property.

Question 2: I see the sendtoken and confirm for the phone login.

But commercial do not have phone registration. Right? So we have to implement by ourself. Right?

thx

It seems commercial only have phone send and confirm. It does not have phone registration: RegisterAsync

Right?

Thanks,

Another question. The class tenant does not have Navigation property: public virtual Edition Edition { get; set; } So this is the limitation for the different commercial level? Thanks

  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core Mysql~~~~
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:

When Create new tenant: String extend property works. but enum does not work. UI datatable list works: getlist from db also works and show in the UI. Check image below.

error: Invalid cast from 'System.Int64' to 'xxx.TenantType'. System.InvalidCastException: Invalid cast from 'System.Int64' to 'xxx.TenantType'.

Works now. Weird! Will close this item. Thanks.

Steps to reproduce the issue:

1, use the abp suite to create new solution 2, aspnet-core (server): -> cmd-> dotnet restore, then dotnet build 3, use VS to open aspnet-core, then make xxx.DbMigrator as startup project, --> run 4, after created the DB, 5, run id4 and project, make sure all works

6, use VS Code to open angular 7, yarn 8, yarn start --> make sure angular ui works

9, use abp suite to create entity (FullAuditedAggregateRoot) 10, add 2 property 11, check all : like: Multi-tenant, Add migration, Create user interface .... all options were checked

12, Save and generate 13, it shows complete 14, server side and DB all done, I could see them

for the angular project, I could see ".suite" file was created, But I cannot see the any ui code like ui componet and service proxy

  • ABP Framework version: v4.20
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Seperated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:

The suite shows it created angular ui successfully. But I cannot see them in the code.

Volo.Abp.Cli && abp suite both are 4.20

Thanks!

Showing 101 to 107 of 107 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11