Jmix Version: 2.1.2.323
I am trying to setup a composite project
UI: Fullstack app
Security: Add-on. User management with screens
Customers: Add-on with customer screens
Products: Add-on with product screens
Screen classes in Add-on are taking com.company.storedprocedures.view.main.MainView as parent layout in @Route. I am unable to figure out what changes to make. One way is to create another project and declare+use MainView from that project but that doesn’t seem a feasible options.
A composite project sample with add-ons containing UI using latest version will be a great help to community as well.
Thanks