From 6dd17a5561e115d8e2be377e4daeb876f3424667 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com.> Date: Wed, 11 Jun 2025 02:07:03 +0100 Subject: [PATCH] remove bad naming plus bump to 1.0 --- build.gradle | 2 +- .../security/controller/web/TeamWebController.java | 4 ++-- .../templates/{enterprise => accounts}/team-details.html | 0 .../resources/templates/{enterprise => accounts}/teams.html | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) rename proprietary/src/main/resources/templates/{enterprise => accounts}/team-details.html (100%) rename proprietary/src/main/resources/templates/{enterprise => accounts}/teams.html (99%) diff --git a/build.gradle b/build.gradle index 577d3a311..90c509720 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ sourceSets { allprojects { group = 'stirling.software' - version = '0.47.0' + version = '1.0.0' configurations.configureEach { exclude group: 'commons-logging', module: 'commons-logging' diff --git a/proprietary/src/main/java/stirling/software/proprietary/security/controller/web/TeamWebController.java b/proprietary/src/main/java/stirling/software/proprietary/security/controller/web/TeamWebController.java index 96832c0ab..922ad57f8 100644 --- a/proprietary/src/main/java/stirling/software/proprietary/security/controller/web/TeamWebController.java +++ b/proprietary/src/main/java/stirling/software/proprietary/security/controller/web/TeamWebController.java @@ -59,7 +59,7 @@ public class TeamWebController { model.addAttribute("teamsWithCounts", teamsWithCounts); model.addAttribute("teamLastRequest", teamLastRequest); - return "enterprise/teams"; + return "accounts/teams"; } @GetMapping("/{id}") @@ -100,6 +100,6 @@ public class TeamWebController { model.addAttribute("teamUsers", teamUsers); model.addAttribute("availableUsers", availableUsers); model.addAttribute("userLastRequest", userLastRequest); - return "enterprise/team-details"; + return "accounts/team-details"; } } diff --git a/proprietary/src/main/resources/templates/enterprise/team-details.html b/proprietary/src/main/resources/templates/accounts/team-details.html similarity index 100% rename from proprietary/src/main/resources/templates/enterprise/team-details.html rename to proprietary/src/main/resources/templates/accounts/team-details.html diff --git a/proprietary/src/main/resources/templates/enterprise/teams.html b/proprietary/src/main/resources/templates/accounts/teams.html similarity index 99% rename from proprietary/src/main/resources/templates/enterprise/teams.html rename to proprietary/src/main/resources/templates/accounts/teams.html index eb81d207e..4d7c9f6a5 100644 --- a/proprietary/src/main/resources/templates/enterprise/teams.html +++ b/proprietary/src/main/resources/templates/accounts/teams.html @@ -1,4 +1,3 @@ -