Activities of "lszabados@consult2000.hu"

Hello!

Another bug with Suite. When creating a child entity, if the Entity property has a min and max value, the {MasterEntityName}Consts class does not create the min and max values. Also, in the {EntityName}AppService class, the {EntityName}CreateDto and {EntityName}UpdateDto are missing the Annotations attributes.

However, the validation part of the UI declaration references the conditions.

Br

Laszlo

  • Exception message and full stack trace: The name 'xxxCollection' does not exist in the current context
  • Steps to reproduce the issue: Blazor CRUD Page generator to create two 1-n connections where the Dependent entity is the same

When creating the connection, I need to modify the Property Name and Collection name values to be created. This can be found in the Advanced tab at point 3. This works correctly.

In the resulting xxx.razor.cs file, only the first collection is created. The references are there, only the collection is missing.

Manually creating it works, but every update deletes it again.

Also, only one entry is created from GetxxxCollectionLookupAsync, where xxx is the original Entity name, not the renamed one, so only one field works in the create and update modal windows.

While this is not a bug, it would also be nice if the navigation properties could be set to appear on Create and/or Update modalities.

Best Regards,

Laszlo Szabados

Hello!

Thank you for your reply. The workaround solved the opening problem, but after that there were other errors.

I was able to resolve these by manual creation, but thought I'd report them.

After creating an Entity, another error message because the Domain/{Finance}Const class referenced by {Finance}DbContextModelCreatingExtensions was not created (DbTablePrefix and DbSchema values were needed).

In the Web project, the var l = context.GetLocalizer<> is not defined in the ConfigureMainMenuAsync method in the MenuContributor class.

Best regards

  • ABP Framework version: v8.2.1
  • UI Type: Angular / MVC / Blazor WASM / Blazor Server
  • Database System:** EF Core** (SQL Server, Oracle, MySQL, PostgreSQL, etc..) / MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • ABP Studio version: 0.7.7
  • ABP Suite version: 8.2.1
  • Exception message and full stack trace:
  • Steps to reproduce the issue:
  1. Create new Solution with ABP Studio. (Build, and Run OK)
  2. Add -> New Module -> DDD Module (OK)
  3. Module open with ABP Suite -> Error

If I create the module with ABP Suite, the Host folder with the necessary projects is created, but I cannot load it into ABP Studio.

Hello,

I don't want to implement offline operation, but I want the application not to quit if the server is not available, but to say "Server not available". In addition, in this state it should be possible to edit the server address, which is now contained in appsettings.json.

For an installed Android application, I think this is essential.

Regards,

  • ABP Framework version: v8.0.3
  • UI Type: Blazor Server + Mobile MAUI
  • Database System: EF Core (SQL Server)
  • *Tiered (for MVC) or Auth Server Separated (for Angular)**: NO
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hello,

When running the mobile MAUI application, if the application does not reach the server, it will exit with an error. (Android, windows) In reality, it may happen that e.g. there is no internet on the mobile, or even the server address is not correct after installation.

Now, if the server is not reachable, I get Autofac.Core.DependencyResolutionException error message for android and Volo.Abp.Http.Client.AbpRemoteCallException error for windows emulation.

How should this be solved? It would be good if the ABP template provides a ready solution to set the server address and in case the server is not available.

Regards,

Hello,

I use the Feature system. My problem is the following and I would like some ideas / advice.

Among the permissions, there are some that belong to a function that is controlled by permissions under the Feature system.

How can I hide the privilege choices if the feature is not active?

Best Regards,

L.

  • ABP Framework version: v7.3.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

I have a commercial subscription, but I don't have access to the source code, so I can't do the Hungarian translation. I can get the result of 'abp translate -c hu'. When I am done with the translation, I would send it back and it is possible to integrate the Hungarian language into the commercial section.

Ok, Thank you.

I want to see documentation at both Entity and EntityDTO.

This helps development (at least for me). Where I use the property, VS displays the documentation for it.

Example:

/// <summary>
/// Own accounting system reference
/// Used when the account number is recorded differently in your own system
/// </summary>
public virtual string OwnReference { get; set; }

Showing 1 to 10 of 13 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on June 13, 2025, 11:37