Activities of "maliming"

hi

Please try to clear the download cache and try again.

%UserProfile%.abp\templates

abp get-source Volo.LeptonTheme 

hi

We fixed in the next version

Temp solution:

[Dependency(ReplaceServices = true)]
[ExposeServices(typeof(MobileNavbar), typeof(MyMobileNavbar))]
public class MyMobileNavbar : MobileNavbar
{
    public MyMobileNavbar()
    {
        SelectedMenuItems = new List<MenuItemViewModel>();
    }
}

hi

How can I reproduce? Can it happen on a new template project?

Yes. We will fix it in the 7.2 patch version and 7.3

Some source files of your project are broken. Please fix it and share again(run abp clean and remove the node_moduels). Thanks

hi

We will fix that. Thanks

Answer

hi

You can test your code in a new template project.

hi

Is there any way to change in code because when creating the solution with ABP its always create postgres case sensitive db as default during run db migration.

Can only be changed manually

Can we apply such as ILIKE in ABP generated code for searching?

https://www.npgsql.org/efcore/misc/collations-and-case-sensitivity.html#ilike

Which project?

hi

You should change your database the code is no problem.

https://www.npgsql.org/efcore/misc/collations-and-case-sensitivity.html?tabs=data-annotations

Showing 5961 to 5970 of 10645 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20