Activities of "christophe.baille"

There is nothing on the browser console log.

It might not be about redis maybe yes as there is this case where there is no Redis:

When I first run the application, I need to reload the page, otherwise the filter do not work (with Edge Browser Version 107.0.1418.35)

  • ABP Framework version: v6.0.1
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

On Blazor server application the "Filter menu" do not work in this 2 cases:

  • When I first run the application, I need to reload the page, otherwise the filter do not work (with Edge Browser Version 107.0.1418.35)
  • When I add redis as explain on this doc, the filter do not work anymore https://docs.abp.io/en/abp/latest/Redis-Cache

Thanks

I noticed that the issue is on the mobile view as well

Any news on how to change the name of the Theme on the menu please?

  • ABP Framework version: v6.1
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

A ticket already exists for this issue:

https://support.abp.io/QA/Questions/3524/ABP-LeptonX-vertical-menu-missing-scrolling

But nobody reply when I asked, maybe it is because I have the issue on Blazor server and not MVC (the ticket and the github link is about Mvc)

Anyway, I created a new solution this morning with the "new" ABP 6.1 which has LeptonX 1 (not rc anymore). I then added several entities to have my menu full, but the menu still can not scroll down.

Any way to fix it please? I updated a project from us with LeptonX, but because of this problem, I can not update our main branch...

Thanks

I just had a look at the doc and I saw it was updated:

https://docs.abp.io/en/commercial/latest/themes/lepton-x/commercial/blazor?UI=BlazorServer#themes

I then added 2 styles (darkCustom and lightCustom) and removed the "original" ones. So now all my changes are working.

However, is it possible to change the name of the Theme on the menu?

I added the input on the en.json file but it doesn't do anything?

  • ABP Framework version: v6.0.0
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

I tried to add a new entity with Abp Suite on Firefox:

  • I select my project
  • I add entity information
  • I switch to Properties tab to fill my information
  • I click to Save and got error that information are missing (from entity)

If I switch back to Entity, all information I provided is gone. From here I switch to Properties again and all is empty too. It seems that when switching to a new tab, nothing is kept...

My Firefox is up to date (version 106.0.3)

Hi there,

I have the same issue with LeptonX on Blazor server. As you said it have been fixed but it still doesn't work for me with Lepton X version 1.0.0-rc.*, so I guess I have the same one.

https://github.com/abpframework/abp/issues/13023

It said, the 3rd of August:

This issue has been resolved and will be shipped in next leptonx release

Any idea when it will be available?

Question
  • ABP Framework version: v6.0.0
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

I created a new Blazor server solution with LeptonX theme, then I tried to modify colors the same way as I was doing with "Classic" Lepton Theme:

https://docs.abp.io/en/commercial/latest/themes/customizing-lepton-theme?UI=BlazorServer

It works for most of it, I had to add "!important" to any of my changes as they get overridden by bootstrap-***.css. However I got the issue that some style are important as well on the original css so I can not update them as they get replaced when the page load

I then look at the support and found this ticket:

https://support.abp.io/QA/Questions/3713/Changing-LeptonX-colors

As they said, I added css files to the same path as the LeptonX source code which is:

I copied both css and rtl.css files:

But nothing happened, my colors did not changed.

I then tried to put this file in others locations, and when putting at the following path:

Changes are fine when I am not login yet (If I am right Account module do not use .razor page). However, if not in the Account module (I am then in a .razor page), I do not see my changes anymore.

Could you help me on where I should put this file or if there is anything else to do?

Thanks

I found the issue.

The problem was on how to manage to show the error on the blazor view.

The main project is using "HandleErrorAsync" method, and the module was using "UiMessageService.Error(ex.Message)"

As "HandleErrorAsync" was not available on my blazor component, I had to inherit from AbpComponentBase (I actually did same as the main project, I created a new class MyModuleComponentBase who inherit from AbpComponentBase and define LocalizationResource on it)

Thanks for your help anyway, I at least now understand way better on how BusinessException works (and how to show it as well).

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