Aktivity „Emanuele.Filardo“

Odpoveď

GUID properties type

Odpoveď

Hi, with ABP Suite 5.1.3 "Update all package" update solution to 5.1.2 CLI abp suite instead update solution to 5.1.3

Odpoveď

ABP Suite 5.1.2 After upgrading trying to access audit logs getting the following error.

[ERR] Invalid column name 'ImpersonatorTenantName'. Invalid column name 'ImpersonatorUserName'. Microsoft.Data.SqlClient.SqlException (0x80131904): Invalid column name 'ImpersonatorTenantName'. Invalid column name 'ImpersonatorUserName'. at Microsoft.Data.SqlClient.SqlCommand.<>c.<ExecuteDbDataReaderAsync>b__188_0(Task`1 result)

You have to use add-migration and then run dbmigrator

You can try to customize template to generate partial class and put your methods in another file of partial class

Odpoveď

ABP Framework version: v5.0.0-rc2 UI type: Blazor Still missed linked account in home page https://support.abp.io/QA/Questions/1543/Bugs--Issues-v44X#answer-c7d2c535-cb4a-2e75-7d4d-39fe3c9f14bd

Home page

My Account page

Odpoveď

5.0.0-rc2 highlight of menu item with NavigationManager.NavigateTo()

Those highlights menu item: /page /page?id=12345 /page?12345

This doesn't work: /page/12345

Odpoveď
  • ABP Framework version: v5.0.0-rc2
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace: no
  • Steps to reproduce the issue:"generate page from ABP Suite (rc1 is lastest available now) wrong namespace"
    namespace RC2.Blazor.Pages%%<if:IsMicroservice>%%.RC2%%</if:IsMicroservice>%%

ABP Suite RC2 solved this issue

Odpoveď
  • ABP Framework version: v5.0.0-rc2
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace: no
  • Steps to reproduce the issue:"generate page from ABP Suite (rc1 is lastest available now) autocomplete item.DisplayName null exception on edit modal"
  • looks like something else is changed in Blazorise
Odpoveď
  • ABP Framework version: v5.0.0-rc2
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace: no
  • Steps to reproduce the issue:"generate page from ABP Suite (rc1 is lastest available now) wrong namespace" namespace RC2.Blazor.Pages%%<if:IsMicroservice>%%.RC2%%</if:IsMicroservice>%%
Odpoveď

When you create a new entity you can use the GUID type

But there's no GUID type when you create a new property on your entity. The reason is, there's no option to not creating a UI control for a property and GUID type is a special type. There's no suitable UI input control for a GUID type. So this will not be implemented before this feature "don't create UI control for this property" .

ok, a faster solution could be to ignore properties with GUID type when generate UI but we can see all properties in abp suite.

Zobrazených 11 až 20 z 39 záznamov
Made with ❤️ on ABP v8.2.0-preview Updated on marca 25, 2024, 15:11