From 7f8d372b89561f4229b84c4b9f170b39c7f53fd1 Mon Sep 17 00:00:00 2001
From: Ivar Nesje
Date: Tue, 31 Oct 2023 07:23:44 +0100
Subject: [PATCH] Mark user adminsitration as preview
fix table layout
---
src/Views/Shared/_Layout.cshtml | 2 +-
src/Views/TenorUsers/Index.cshtml | 16 +++++++++++-----
2 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/src/Views/Shared/_Layout.cshtml b/src/Views/Shared/_Layout.cshtml
index 21c688f6..5bcddce3 100644
--- a/src/Views/Shared/_Layout.cshtml
+++ b/src/Views/Shared/_Layout.cshtml
@@ -26,7 +26,7 @@
asp-action="Index">Pick frontend version
- User administration
diff --git a/src/Views/TenorUsers/Index.cshtml b/src/Views/TenorUsers/Index.cshtml
index 6bd62449..28a3a79b 100644
--- a/src/Views/TenorUsers/Index.cshtml
+++ b/src/Views/TenorUsers/Index.cshtml
@@ -8,7 +8,7 @@
@{
- ViewData["Title"] = "Local users and orgs";
+ ViewData["Title"] = "Local users and orgs (preview)";
}
@ViewData["Title"]
@@ -24,6 +24,12 @@
organisations and download "kildedata" for each org/user.
+
+ Currently there isn't any syncronization between role assignments in tt02 and tenor, so you might need to manually
+ add the relevant roles for your apps to work as in tt02. The functionality presented here is mainly a simple way to
+ copy names, personal identification number and organization numbers.
+
+