Activities of "lszabados@consult2000.hu"

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; }

It would be a good feature if I could also provide the documentation for the properties. (Summary block)

Is such a development expected?

The end result could be similar:

/// <summary>
/// Invoice Issue Date
/// </summary>
public virtual DateTime IssueDate { get; set; }

Hi

I know this command, but it is not the answer to my problems. This is not a solution to the flag problem. It is not localized in the other indicated locations (for either language). It doesn't help with commericial modules, I don't have source code. The translation is complete in the database.

Showing 1 to 10 of 11 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13