Activities of "cellero"

  • ABP Framework version: v8.1.1

Is it possible to call the ABP Suite "Save and Generate" function from the command line? It would take the entity JSON file name as a parameter. I want to automate the entity generation task rather than manually one by one and in right entity order.

Thanks, Roger

  • ABP Framework version: v8.1.1

Using ABP Suite, there are no audit details on the child of a Master-Child entity.

It should follow the same audit level as the base class on the Master.
Do you agree? Any suggestions?

Thank you.

  • ABP Framework version: v8.1.0
  • UI Type: Blazor Server

Using ABP 8.1.0:

Running abp update from ABP Suite or CLI the update only attempts to update to version 8.0.5:

Question
  • ABP Framework version: v8.0.4
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server)

On upgrading to 8.0.4 from 8.0.0 I have lost menu formatting:

The login page is ok The content page seems to be ok.

Help please.

  • ABP Framework version: v8.0++
  • UI type: Blazor
  • DB provider: EF Core

I want to refresh data on a Blazor page when data in the collection changes. Do you have any advice / recommendations?

Currently I use a timer but periodically get the exception below - it occurs when one of the clients disconnects.

System.ObjectDisposedException HResult=0x80131622 Message=Instances cannot be resolved and nested lifetimes cannot be created from this LifetimeScope as it (or one of its parent scopes) has already been disposed.

I'm considering implementing an INotifyCollectionChanged / Observable Collection: https://blazor.syncfusion.com/documentation/common/data-binding/data-updates But I'm not sure of the correct approach.

Any advice would be appreciated.

  • ABP Framework version: v7.2.1
  • UI type:Blazor

The following message if given when running Blazor projects:

I note the following answer on Github: https://github.com/abpframework/abp/discussions/14486

How can this message be suppressed for Abp Projects with an ABP Commercial license?

  • ABP Framework version: v7.2.1
  • UI type: Blazor Server
  • DB provider: EF Core

I created a new Blazor Server solution using ABP Suite v7.2.1 Then I added the File Managment module

The problem is uploading files. When Selecting or Dropping a file on the upload dialog nothing happens. No file is uploaded.

  • ABP Framework version: v7.2.1
  • UI type: Blazor Server
  • DB provider: EF Core

I have created a new Blazor Server project using ABP Suite [v7.2.1] Then using ABP Suite added the Chat Module The project runs all ok up until this point.

Next, as per documentation, added Chat to the Edition features Now when running this message is given:

Please advise how to resolve this. Thank you.

  • ABP Framework version: v7.0.0
  • UI type: Blazor Server

I have 2 questions:

  1. It is good that now the project logo-dark and logo-light images a now accessible - but why not the login-bg image? I would prefer not to create an entire page \Themes\LeptonX\Layouts\Account\Default.razor to just change the image. If not, can I have the full source of the account login page

  2. In V7.0.0 there is a new footer component

Where is this exposed so it can be customized?

Thanks

  • ABP Framework version: v6++
  • UI type: Blazor
  • DB provider: EF Core

I need the AppUser as navigation property on an Entity. This is not available in ABP Suite. As a work around I create AppUserId as a string property:

I'd like to know if there is a recommended approach for adding Users to an Entity.
Maybe a new User entity that references the App user entity? My goal is to be able to create then entity using ABP suite without then need for further modification.

Do you have any suggestions? Thanks, Roger

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