diff --git a/stepper061-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java b/stepper061-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java index 291fd77..d25b4a0 100644 --- a/stepper061-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java +++ b/stepper061-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java @@ -75,6 +75,15 @@ addCustomMenu( "Steps","Stepper_workflow", "Transcations"); addCustomMenu( "Adv2","Adv2", "Transcations"); +addCustomMenu( "Testlist","Testlist", "Transcations"); + + +addCustomMenu( "Steps","Stepper_workflow", "Transcations"); + + +addCustomMenu( "Adv2","Adv2", "Transcations"); + + addCustomMenu( "Testlist","Testlist", "Transcations"); diff --git a/stepper061-fronts-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component.ts b/stepper061-fronts-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component.ts index 477aabb..bdf2d87 100644 --- a/stepper061-fronts-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component.ts +++ b/stepper061-fronts-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(["../steps/", id], { relativeTo: this.route }); diff --git a/stepper061-fronts-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/steps/steps.component.html b/stepper061-fronts-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/steps/steps.component.html index c2fc2b6..37acabe 100644 --- a/stepper061-fronts-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/steps/steps.component.html +++ b/stepper061-fronts-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/steps/steps.component.html @@ -48,13 +48,13 @@
Name : {{ TestlistentryForm.get('name')?.value | json}}
+Name : {{ Adv2entryForm.get('name')?.value | json}}
-Description : {{ TestlistentryForm.get('description')?.value | json}}
+sta mul : {{ Adv2entryForm.get('sta_mul')?.value | json}}
-Active : {{ TestlistentryForm.get('active')?.value | json}}
+dynamic : {{ Adv2entryForm.get('dynamic')?.value | json}}
+ +dyanmic mul : {{ Adv2entryForm.get('dyanmic_mul')?.value | json}}
+ +Autocom : {{ Adv2entryForm.get('autocom')?.value | json}}
+ +Auto mul : {{ Adv2entryForm.get('auto_mul')?.value | json}}