diff --git a/testflutter24sep-demot1-f/authsec_flutter_new/base_project/lib/view/dashboard/home.dart b/testflutter24sep-demot1-f/authsec_flutter_new/base_project/lib/view/dashboard/home.dart index ec3aa77..b462c80 100644 --- a/testflutter24sep-demot1-f/authsec_flutter_new/base_project/lib/view/dashboard/home.dart +++ b/testflutter24sep-demot1-f/authsec_flutter_new/base_project/lib/view/dashboard/home.dart @@ -1,5 +1,11 @@ -import '../../Entity/angulardatatype/Vallist/VallistView/Vallist_entity_list_screen.dart'; -import '../../Entity/angulardatatype/Vallist/Vallist_viewModel/Vallist_view_model_screen.dart'; + + + + + + +import '../../Entity/angulardatatype/Vallist/VallistView/Vallist_entity_list_screen.dart'; +import '../../Entity/angulardatatype/Vallist/Vallist_viewModel/Vallist_view_model_screen.dart'; import '../../Entity/angulardatatype/Onetomany/OnetomanyView/Onetomany_entity_list_screen.dart'; import '../../Entity/angulardatatype/Onetomany/Onetomany_viewModel/Onetomany_view_model_screen.dart'; @@ -106,22 +112,34 @@ Navigator.pushNamed(context, RouteNames.changePasswordView); // NEW ITEMS // NEW MENU - DrawerItem( - icon: Icons.data_object, - title: 'Vallist Management', - subtitle: 'Manage Vallist entities', - onTap: (context) { - Navigator.push( - context, - MaterialPageRoute( - builder: (context) => ChangeNotifierProvider( - create: (context) => VallistViewModelScreen(), - child: Vallist_entity_list_screen(), - ), - ), - ); - }, - ), + + + + + + + + + + + + +DrawerItem( +icon: Icons.data_object, +title: 'Vallist Management', +subtitle: 'Manage Vallist entities', +onTap: (context) { +Navigator.push( +context, +MaterialPageRoute( +builder: (context) => ChangeNotifierProvider( +create: (context) => VallistViewModelScreen(), +child: Vallist_entity_list_screen(), +), +), +); +}, +), DrawerItem( icon: Icons.data_object, diff --git a/testflutter24sep-test2-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java b/testflutter24sep-test2-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java index f82e48d..45283db 100644 --- a/testflutter24sep-test2-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java +++ b/testflutter24sep-test2-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java @@ -84,6 +84,24 @@ addCustomMenu( "Ad7","Ad7", "Transcations"); addCustomMenu( "Adv4","Adv4", "Transcations"); +addCustomMenu( "Support","Support", "Transcations"); + + +addCustomMenu( "Vallist","Vallist", "Transcations"); + + +addCustomMenu( "Onetomany","Onetomany", "Transcations"); + + +addCustomMenu( "Country","Country", "Transcations"); + + +addCustomMenu( "Ad7","Ad7", "Transcations"); + + +addCustomMenu( "Adv4","Adv4", "Transcations"); + + addCustomMenu( "Support","Support", "Transcations");