Compare commits

..
2 Commits
Author SHA1 Message Date
lzstealth f4de31269d Commit all changes 2026-07-26 01:28:38 +01:00
lzstealth 235d2da6aa Release 1.5.9 2026-07-26 01:28:21 +01:00
3 changed files with 66 additions and 60 deletions
+6
View File
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
- No unreleased changes recorded yet.
## 1.5.9 - 2026-07-26
### Fixed
- User creation now keeps the role checkboxes inside the add-user form so selected roles are submitted correctly.
## 1.5.8 - 2026-07-25
### Fixed
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "pulse-signage",
"version": "1.5.8",
"version": "1.5.9",
"private": false,
"description": "Pulse Signage application with MySQL and media storage",
"repository": {
+4 -4
View File
@@ -5,13 +5,13 @@
</div>
</div>
<div class="row g-4">
<form id="user-form" method="post" action="/users">
<div class="row g-4">
<div class="col-12 col-xl-4">
<div class="card card-outline card-primary admin-form-card">
<div class="card-header">
<h3 class="card-title">User details</h3>
</div>
<form id="user-form" method="post" action="/users">
<div class="card-body">
<div class="row g-3">
<div class="col-12 col-md-6">
@@ -38,7 +38,6 @@
<a class="btn btn-warning" href="/users" data-confirm-unsaved="You have unsaved changes. Leave this page?">Cancel</a>
</div>
</div>
</form>
</div>
</div>
@@ -71,4 +70,5 @@
</div>
</div>
</div>
</div>
</div>
</form>