From 56e495a4be6852852a5a64139ce85c0f566d86f8 Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Mon, 16 Jun 2025 12:07:01 +0000 Subject: [PATCH] build_app --- .../java/com/realnet/Builders/Services/BuilderService.java | 6 ++++++ .../Stepper_workflow/Stepper_workflow.component.ts | 3 +++ .../src/app/modules/main/main-routing.module.ts | 6 ++++++ .../src/app/modules/main/main.module.ts | 6 ++++++ 4 files changed, 21 insertions(+) diff --git a/steper012-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java b/steper012-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java index 1794c7a..a3a69db 100644 --- a/steper012-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java +++ b/steper012-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java @@ -72,6 +72,12 @@ public class BuilderService { addCustomMenu( "steps","Stepper_workflow", "Transcations"); +addCustomMenu( "Forma","Forma", "Transcations"); + + +addCustomMenu( "steps","Stepper_workflow", "Transcations"); + + addCustomMenu( "Forma","Forma", "Transcations"); diff --git a/steper012-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component.ts b/steper012-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component.ts index 477aabb..bdf2d87 100644 --- a/steper012-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component.ts +++ b/steper012-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(["../steps/", id], { relativeTo: this.route }); diff --git a/steper012-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts b/steper012-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts index f530fee..28a926c 100644 --- a/steper012-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts +++ b/steper012-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts @@ -1,3 +1,5 @@ + + import { stepsComponent } from './BuilderComponents/stepperworkflow/steps/steps.component'; import { FormaComponent } from './BuilderComponents/basicp1/Forma/Forma.component'; @@ -258,6 +260,10 @@ const routes: Routes = [ // buildercomponents + + + + {path:'steps/:id',component:stepsComponent}, diff --git a/steper012-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts b/steper012-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts index 9569201..b8fd023 100644 --- a/steper012-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts +++ b/steper012-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts @@ -1,3 +1,5 @@ + + import { stepsComponent } from './BuilderComponents/stepperworkflow/steps/steps.component'; import { FormaComponent } from './BuilderComponents/basicp1/Forma/Forma.component'; @@ -131,6 +133,10 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S // buildercomponents + + + + stepsComponent,