Activities of "cellero"

  • ABP Framework version: v6++
  • UI type: Blazor
  • DB provider: EF Core

I need the AppUser as navigation property on an Entity. This is not available in ABP Suite. As a work around I create AppUserId as a string property:

I'd like to know if there is a recommended approach for adding Users to an Entity.
Maybe a new User entity that references the App user entity? My goal is to be able to create then entity using ABP suite without then need for further modification.

Do you have any suggestions? Thanks, Roger

Thanks,
PageLayout.MenuItemName = "None"; doesn't work. The active menu doesn't change.

Instead, I used the same code but pointed to "MyProjectName.Home" menu and this worked.

  • ABP Framework version: v6.0.0
  • UI type: Blazor Server

I have a high-level menu item that gives a list of items. Selecting an item goes into another razor page to display details. The details page is not an item on the side bar menu. My problem is that the initial menu item remains the "Selected" menu item and now menu item doesn't get the page again as it is already the selected item.

Question: How can I programmatically change the side bar menu so that no menu items are "Selected"?

  • ABP Framework version: v6.0.0-rc.3
  • UI type: Blazor Server

Please advise how to size Toolbar buttons. In the new LeptonX UI they are large and take up too much space. The Action button in the grid is a better size.

` protected virtual ValueTask SetToolbarItemsAsync() { Toolbar.AddButton(L["ExportToExcel"], async () =>{ await DownloadAsExcelAsync(); }, IconName.Download);

        Toolbar.AddButton(L["NewAnalysisAccountCode"], async () =>
        {
            await OpenCreateAnalysisAccountCodeModalAsync();
        }, IconName.Add, requiredPolicyName: ConcretePermissions.AnalysisAccountCodes.Create);

        return ValueTask.CompletedTask;
    }`

In Blazor Server, the new Export to Excel feature is not filtering the results as per the filter text / search. I have tested this in MVC and the filtering does work correctly - the results match what the user has filtered the page to.

  • ABP Framework version: v6.0.0-rc.2
  • UI type: Blazor Server

Please see the 4 issues below. I am aware that this is in a release candidate version, but I am concerned as some are fundamental and have been resolved by now.

  1. Unable to override Lepton X images Large image on Login page and the Lepton image
  2. Application Footer Layout not used
  3. Padding Why is there so much wasted space on the page? In my option the space between the red lines is unnecessary: I have raised this more than once, some I can use custom css but I don't want to (that's why I pay for the commercial version) : https://github.com/volosoft/lepton-theme/issues/4 https://github.com/volosoft/lepton-theme/issues/11
  4. Action Button https://github.com/volosoft/lepton-theme/issues/12 This is still unresolved

Totally agree with #6. I raised this similar issue / suggestion: https://github.com/volosoft/lepton-theme/issues/4

Domain.{Entity}Manager.cs

Recently the Create and Update task was moved into the Manager.cs and this was a nice improvement. The Delete was not moved to the manager. It remains in the application layer.

I would like to see the Delete moved here as well.

Reasons include:

  • Consistency in approach
  • There are times when additional logic is to be executed on the a Delete and the Doman Manager is the right place to do this

Shared now.

It is easy to replicate. Have you tried?

Just create a new Blazor Server project using ABP Suite. Create a simple entity.
Add a record Export. Fail.

I'll share via Google Drive later.

Showing 51 to 60 of 108 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on December 12, 2024, 07:15