fix issue with editing users without 'name'
This commit is contained in:
parent
281a0ed4e7
commit
7ff79db6af
4 changed files with 15 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# [1.0.0]
|
||||
# [1.0.1]
|
||||
|
||||
## Bug fixes
|
||||
|
||||
* Resolve "New dashboard user management blocks all apps for admin user" #61
|
||||
* Resolve "App access role is not persistent" #63
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
annotations:
|
||||
category: Dashboard
|
||||
apiVersion: v2
|
||||
appVersion: 0.2.4
|
||||
appVersion: 0.2.5
|
||||
dependencies:
|
||||
- name: common
|
||||
# https://artifacthub.io/packages/helm/bitnami/common
|
||||
|
|
@ -23,4 +23,4 @@ name: stackspin-dashboard
|
|||
sources:
|
||||
- https://open.greenhost.net/stackspin/dashboard/
|
||||
- https://open.greenhost.net/stackspin/dashboard-backend/
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
|
|
|
|||
Reference in a new issue