Activities of "lszabados@consult2000.hu"

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.

I tested the Blazor project on a commercial version. I'm at a Hungarian localization, where I experience the following errors:

Settings:Account:TwoFactor:Two factor Behavior values are not localized. Paginator are not localized

In the upper right corner, Log In is not localized.

IdentityManagement:OrganizationUnits:Members:Filter are not localized

Hungarian (hu) flag cannot be selected.

Can I submit translations? Where and in what format? It would be a good export / import function, because I could start the translation again for a new project.

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