Activities of "cellero"

I'm not following why this is required.
Is there a problem with the ...WithUserDto or is this additional coding expected behavior?

I feel I would be better off creating a ..WithNavigationPropertiesDto to get the details of the Create/Modify/Delete user details. Do you have any sample code for using the ..WithUserDto?

My use case is to display the Create/Modify audit details in the UI - I was hoping the ..WithUserDto would provide this directly.

TUserDto is not known.

Sure.

I created a new entity using ABP Suite. The entity is simple with just two properties and is a FullAuditedAggregateRoot.

Then I manually changed the ABP Suite generated code in ...Application.Contracts BookDto.cs Line 6 in place of line 7. That is the only changed made.

The error occurs when changing the Entity Dto to FullAuditedEntityWithUserDto The BookDto no longer has an Id property

Toggling back line 7 to the original ABP Suite code, the error goes away.

  • ABP Framework version: v5.0.0
  • UI type: Blazor Server
  • DB provider: EF Core

When updating an ...Application.Contracts Dto from FullAuditedEntityDto to FullAuditedEntityWithUserDto the Id of the entity is no longer available.

I have reviewed this help topic. https://docs.abp.io/en/abp/latest/Data-Transfer-Objects

Can you please advise how to use the ...WithUserDto I need to display the Created and Modified users names in the UI

Answer

ABP Framework version: v5.0.0-rc2 UI type: Blazor Server DB provider: EF Core Steps to reproduce the issue:"generate entity with required navigation property when there are nullable / not required properties on the entity" The build fails because "Optional parameters must appear after all required parameters" If the required navigation property is moved above the nullable items in the Domain entity definition the the build is successful.

Answer

ABP Framework version: v5.0.0-rc2 UI type: Blazor Server DB provider: EF Core

Frontend.Blazor.Page.Item.razor_cs.txt namespace %%solution-namespace%%.Blazor.Pages%%<if:IsModule>%%.%%only-project-name%%%%</if:IsModule>%%%%<if:IsMicroservice>%%.%%only-project-name%%%%</if:IsMicroservice>%%

This text is being included in the file when creating a Blazor Page: %%<if:IsModule>%%.%%only-project-name%%%%</if:IsModule>%%%%<if:IsMicroservice>%%.%%only-project-name%%%%</if:IsMicroservice>%%

The setting only changes the login page. Other pages (inside the app) remain.

I'll try to replicate my issue with fresh projects to isloate where there problem might be.

Thank you

  • ABP Framework version: v4.4.2
  • UI type: Blazor Server
  • DB provider: EF Core

I have to instances of the same Blazor Server App running on IIS. They run on different ports. The two instances are PROD and TEST.

I want to set the Lepton Theme for the TEST system to a different colour scheme to PROD. This is to let users know which system them are in. I use the Administration | Settings | Lepton Theme menu to update the settings:

The problem is that the style is not updated in the Application when this change is made, the orginal theme persits.
The change does respect the Menu Placement option (top and left) ok, just not the Style option.

Please advise how to have the theme in each system. I don't want the user to have to clear browser cache each time as this defats the purpose.

Also, there are theme settings in appsettings.json. Is this required? I removed the following while testing this issue and the app continues to work (but still has the same issue) "Settings": { "Volo.Abp.LeptonTheme.Style": "Style6", /* Options: Style1, Style2... Style6 / "Volo.Abp.LeptonTheme.Layout.MenuPlacement": "Top", / Options: Left, Top / "Volo.Abp.LeptonTheme.Layout.MenuStatus": "AlwaysOpened", / Options: AlwaysOpened, OpenOnHover / "Volo.Abp.LeptonTheme.Layout.Boxed": "False" / Options: True, False */ },

Answer

Can I have an update on the progress for this issue.
My client is waiting for this issue to be resovled.

This issue is closed: https://github.com/abpframework/abp/issues/9589

I don't have acces to view this: https://github.com/volosoft/volo/issues/7206

Thank you

Perfect. thank you.

Showing 71 to 80 of 103 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30