From 0713c28adc626ad93f8fb4a42705b9908c583fd9 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Fri, 29 May 2026 07:19:23 +0100 Subject: add joined RSI organisation field to user info display --- 174bg/manager/public/index.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to '174bg/manager/public') diff --git a/174bg/manager/public/index.html b/174bg/manager/public/index.html index 96a1e9b..9e952e0 100644 --- a/174bg/manager/public/index.html +++ b/174bg/manager/public/index.html @@ -93,6 +93,9 @@
RSI Display Name:
RSI Handle:
+
+ Joined RSI Organisation: +
Email:
Branch:
Rank Number:
@@ -139,6 +142,7 @@ { id: "uee-citizen-record-id", field: "UEE_Citizen_Record_ID" }, { id: "rsi-display-name", field: "RSI_Display_Name" }, { id: "rsi-handle", field: "RSI_Handle" }, + { id: "joined-rsi-org", field: "joined_rsi_org" }, { id: "user-email", field: "email" }, { id: "174bg-branch", field: "Branch" }, { id: "174bg-rank-number", field: "Rank_Number" }, -- cgit v1.2.3