Attività di "christophe.baille"

Yes, but I would need both in my database for my workflow: one gateway/price for a payment when the user register, and another one for the scheduled payment for the subscription

I saw this tickets yes, but as they are 1 year old I did expect that it would have been fixed on a new project with the last ABP version.

I added this lines:

Configure<AbpUnitOfWorkDefaultOptions>(options => { options.TransactionBehavior = UnitOfWorkTransactionBehavior.Disabled; });

Then it works now. Thanks

Thanks for your reply,

I do not understand this:

But you can remove the first one and add latest one and manage the first one manually.

Hi there,

I came through here as I got issues with unit tests on our solution since upgrade to ABP 7 as well, annoying as we need the tests to be validated in our CI/CD.

To make more tests I created a new solution with ABP 7 (Blazor server), then added one entity to generate unit tests.

I then added the FindAsync method before each Insert in the DataSeedContributor contributor class as you said.

I still have errors that come up randomly:

On Application.Tests project, it can be either Create, Delete, Get, GetList. When I use "Run All tests", I have often one of them getting in error with: ---- System.InvalidOperationException : SqliteConnection does not support nested transactions.

Then, either on other projects: EntityFrameworkCore.DomainTests, EntityFrameworkCore.Tests or EntityFrameworkCore.Samples

---- System.NullReferenceException : Object reference not set to an instance of an object.

It's very confusing as sometimes there is no error at all...

My own solution (not the one I created for tests), have exactly the same types of errors. I was wondering if it was because my own environment, but when I run tests on Azure, I got the same errors as well.

I changed by showing only few elements on the bottom menu.

How about bugs from the new version with the mobile menu I mentionned in a message before?

It is transparent so can't read anything, and when we click on one element, the menu do not close automatically

I need to open a new ticket?

On this last example it is a "brand new" project and I do not overwrite anything

I just add a comment to not let your bot close the ticket

I just updated my solution from 6.0.1 to 6.0.2 and now the menu filter is working with Redis. But there is still the issue that the page needs to be reloaded once, otherwise it doesn't work

As I said before:

Without 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)

--> I tried this again with abp 6.0.2 and still get the error on Edge and Firefox:

  • I just created a Blazor server solution with ABP suite. On this case, no needs Redis
  • Run the application from visual studio and login
  • type anything on the filter and nothing happens, nothing on the browser console
  • reload the page, then now the filter will work fine

Now when I add Redis, it works after reloading the page too. So the issue is not about Redis apparently.

I will send you the project by email, but it's just a basic template from abp suite

I finally edited "MainMenuItem" component and removed all items. There is no point to show only 2.

Hopefully, someday you will find it useful to fix it...

There are many other issues on this menu anyway (some were not here before), so it could be good that someone test it properly:

I fixed menu icons missing from admin (user) menu by removing bi on the icon class

11 - 20 di 148
Made with ❤️ on ABP v8.2.0-preview Updated on marzo 25, 2024, 15:11