mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-13 11:05:03 +00:00
remove bad naming plus bump to 1.0
This commit is contained in:
parent
bbdbfa67a0
commit
6dd17a5561
@ -74,7 +74,7 @@ sourceSets {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = 'stirling.software'
|
group = 'stirling.software'
|
||||||
version = '0.47.0'
|
version = '1.0.0'
|
||||||
|
|
||||||
configurations.configureEach {
|
configurations.configureEach {
|
||||||
exclude group: 'commons-logging', module: 'commons-logging'
|
exclude group: 'commons-logging', module: 'commons-logging'
|
||||||
|
@ -59,7 +59,7 @@ public class TeamWebController {
|
|||||||
model.addAttribute("teamsWithCounts", teamsWithCounts);
|
model.addAttribute("teamsWithCounts", teamsWithCounts);
|
||||||
model.addAttribute("teamLastRequest", teamLastRequest);
|
model.addAttribute("teamLastRequest", teamLastRequest);
|
||||||
|
|
||||||
return "enterprise/teams";
|
return "accounts/teams";
|
||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("/{id}")
|
@GetMapping("/{id}")
|
||||||
@ -100,6 +100,6 @@ public class TeamWebController {
|
|||||||
model.addAttribute("teamUsers", teamUsers);
|
model.addAttribute("teamUsers", teamUsers);
|
||||||
model.addAttribute("availableUsers", availableUsers);
|
model.addAttribute("availableUsers", availableUsers);
|
||||||
model.addAttribute("userLastRequest", userLastRequest);
|
model.addAttribute("userLastRequest", userLastRequest);
|
||||||
return "enterprise/team-details";
|
return "accounts/team-details";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
<!-- templates/enterprise/teams.html -->
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html th:lang="${#locale.language}" th:dir="#{language.direction}" th:data-language="${#locale.toString()}" xmlns:th="https://www.thymeleaf.org">
|
<html th:lang="${#locale.language}" th:dir="#{language.direction}" th:data-language="${#locale.toString()}" xmlns:th="https://www.thymeleaf.org">
|
||||||
<head>
|
<head>
|
Loading…
x
Reference in New Issue
Block a user