From 7f8336e459060eeba4acf2bfed8f9f1bf21498d0 Mon Sep 17 00:00:00 2001 From: John Supplee Date: Mon, 11 Feb 2019 16:10:09 +0200 Subject: [PATCH] Fix bug with quota input that prevented adding users --- README.md | 4 ++++ management/templates/users.html | 2 +- setup/bootstrap.sh | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e484ff64..332d6e67 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,10 @@ Issues Changes ------- +### v0.40-quota-0.16-alpha + +* Fix problem with quota field on control panel that prevented adding users. + ### v0.40-quota-0.15-alpha * Fix bug where quotas are not recalculated when a user's quota is changed in control panel diff --git a/management/templates/users.html b/management/templates/users.html index 4ed33189..dd2fefbe 100644 --- a/management/templates/users.html +++ b/management/templates/users.html @@ -31,7 +31,7 @@
- +
diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 58ddc304..418b0557 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -20,7 +20,7 @@ if [ -z "$TAG" ]; then # want to display in status checks. if [ "`lsb_release -d | sed 's/.*:\s*//' | sed 's/18\.04\.[0-9]/18.04/' `" == "Ubuntu 18.04 LTS" ]; then # This machine is running Ubuntu 18.04. - TAG=v0.40-quota-0.15-alpha + TAG=v0.40-quota-0.16-alpha elif [ "`lsb_release -d | sed 's/.*:\s*//' | sed 's/14\.04\.[0-9]/14.04/' `" == "Ubuntu 14.04 LTS" ]; then # This machine is running Ubuntu 14.04.