From 872064cced30ac49622c0b8e40c7fdadaa500997 Mon Sep 17 00:00:00 2001 From: AlaqmarG Date: Thu, 15 Feb 2024 21:36:20 -0500 Subject: [PATCH 1/3] Added role field to Executive Application Sign Up Form --- .../execapplications.component.html | 18 ++++++++++++++++++ .../execapplications.component.ts | 1 + src/environments/environment.ts | 1 + src/environments/types.ts | 1 + 4 files changed, 21 insertions(+) diff --git a/src/app/views/exec-applications/execapplications.component.html b/src/app/views/exec-applications/execapplications.component.html index 8356e9a..0a906f3 100644 --- a/src/app/views/exec-applications/execapplications.component.html +++ b/src/app/views/exec-applications/execapplications.component.html @@ -96,6 +96,24 @@

Executive Application Form

>*Required + + + + Date: Thu, 15 Feb 2024 21:54:47 -0500 Subject: [PATCH 2/3] add execApplicationForm.ids.role to environment.ts --- src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index a399bb4..c1130ac 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -26,7 +26,7 @@ export const environment: Environment = { skills: 'entry.39093058', workshop: 'entry.22914651', years: 'entry.147287492', - role: 'entry.000000000', // ! Fill out entry ID + role: 'entry.1736790380', currentYear: 'entry.1485254061', }, }, From 4f8caac997e6ba791f0278d4087739464df05e18 Mon Sep 17 00:00:00 2001 From: Gideon Oludeyi <49620086+gideonoludeyi@users.noreply.github.com> Date: Thu, 15 Feb 2024 21:55:52 -0500 Subject: [PATCH 3/3] add execApplicationForm.ids.role to environment.prod.ts --- src/environments/environment.prod.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 720c974..b45736d 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -21,6 +21,7 @@ export const environment: Environment = { skills: 'entry.39093058', workshop: 'entry.22914651', years: 'entry.147287492', + role: 'entry.1892201500', currentYear: 'entry.1485254061', }, },