1.I created a new project ( MVC - EF - 4.2.2)
2. Add Lepton Theme module with source code.
- And :
any comment ?
New packages have been added to Lepton, some of them have been renamed. we made it backwards compatible, but since we cannot change the 4.2.2 version of the CLI. You should do it with 4.3.0 RC version. Or you can completely update your project to the latest preview (if that's not a problem for you)
hi @serdar,
this on my list, I'll check this tomorrow.
that should be
abp new OrderService -t microservice-pro
the document will be fixed.
Hi,
When i create module template with suite, in host folder for Blazor.Server host project not created and preconfigured will you add that next release?
as I remember this is fixed in the next version
I couldn't reproduce your problem. I've installed CLI and Suite v4.2.2
dotnet tool uninstall --global Volo.Abp.Cli
dotnet tool uninstall --global Volo.Abp.Suite
dotnet tool install --global Volo.Abp.Cli --version 4.2.2
abp suite install --version 4.2.2
Created an Angular project with the following command:
abp new Anggular.EfCore04190804 -t app-pro -u angular --mobile none --database-provider ef -csf
Added Book and Author entities with navigation property
Run the project and I can see the typeahead input.
I advise you to create a new project to see the component. and don't forget to add an item to be able to see the typeahead. typeahead doesn't show all items when you click the input. you need to enter some text to see the list
UseDatabase
@Dicky.tech,
You need to add the https://www.nuget.org/packages/Volo.Abp.BlobStoring.FileSystem package to be able to use File System. See https://docs.abp.io/en/abp/latest/Blob-Storing-File-System
inline editing is another feature rather than master-detail page. if you are using MVC, we use Datatables. You can try inline editing option for Datatables https://editor.datatables.net/examples/inline-editing/fullRowCreate.html
ok. then closing the issue
hi Rick,
write here if the document doesn't work for you.