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
hi
We will fix that. Thanks
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
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