diff --git a/stepper031-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java b/stepper031-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java index f8eca79..a31f5d6 100644 --- a/stepper031-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java +++ b/stepper031-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java @@ -72,6 +72,12 @@ public class BuilderService { addCustomMenu( "Bbb","Stepper_workflow", "Transcations"); +addCustomMenu( "Forma","Forma", "Transcations"); + + +addCustomMenu( "Bbb","Stepper_workflow", "Transcations"); + + addCustomMenu( "Forma","Forma", "Transcations"); diff --git a/stepper031-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component.ts b/stepper031-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component.ts index e201fde..ce216ec 100644 --- a/stepper031-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component.ts +++ b/stepper031-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component.ts @@ -20,6 +20,7 @@ + import { Component, OnInit } from '@angular/core'; @@ -250,6 +251,8 @@ export class Stepper_workflowComponent implements OnInit { console.log('id is ', id) // stepper route + + this.router.navigate(["../bbb/", id], { relativeTo: this.route }); diff --git a/stepper031-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts b/stepper031-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts index de5d2fb..77eb726 100644 --- a/stepper031-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts +++ b/stepper031-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts @@ -1,3 +1,5 @@ + + import { bbbComponent } from './BuilderComponents/stepperworkflow/bbb/bbb.component'; import { FormaComponent } from './BuilderComponents/basicp1/Forma/Forma.component'; @@ -258,6 +260,10 @@ const routes: Routes = [ // buildercomponents + + + + {path:'bbb/:id',component:bbbComponent}, diff --git a/stepper031-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts b/stepper031-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts index 4a02fbc..ae0211d 100644 --- a/stepper031-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts +++ b/stepper031-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts @@ -1,3 +1,5 @@ + + import { bbbComponent } from './BuilderComponents/stepperworkflow/bbb/bbb.component'; import { FormaComponent } from './BuilderComponents/basicp1/Forma/Forma.component'; @@ -131,6 +133,10 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S // buildercomponents + + + + bbbComponent,