diff --git a/stepper025-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java b/stepper025-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java index 7b30769..0fa4049 100644 --- a/stepper025-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java +++ b/stepper025-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java @@ -72,6 +72,12 @@ public class BuilderService { addCustomMenu( "Currval","Stepper_workflow", "Transcations"); +addCustomMenu( "Forma","Forma", "Transcations"); + + +addCustomMenu( "Currval","Stepper_workflow", "Transcations"); + + addCustomMenu( "Forma","Forma", "Transcations"); diff --git a/stepper025-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component.ts b/stepper025-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component.ts index e64edf1..d1fbcdd 100644 --- a/stepper025-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component.ts +++ b/stepper025-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(["../currval/", id], { relativeTo: this.route }); diff --git a/stepper025-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts b/stepper025-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts index 28c413e..eee21bf 100644 --- a/stepper025-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts +++ b/stepper025-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts @@ -1,3 +1,5 @@ + + import { currvalComponent } from './BuilderComponents/stepperworkflow/currval/currval.component'; import { FormaComponent } from './BuilderComponents/basicp1/Forma/Forma.component'; @@ -258,6 +260,10 @@ const routes: Routes = [ // buildercomponents + + + + {path:'currval/:id',component:currvalComponent}, diff --git a/stepper025-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts b/stepper025-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts index c6ec207..37d9589 100644 --- a/stepper025-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts +++ b/stepper025-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts @@ -1,3 +1,5 @@ + + import { currvalComponent } from './BuilderComponents/stepperworkflow/currval/currval.component'; import { FormaComponent } from './BuilderComponents/basicp1/Forma/Forma.component'; @@ -131,6 +133,10 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S // buildercomponents + + + + currvalComponent,