mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
fix(cache): cache fixes [EE-6293] (#10681)
* fix(cache): default cache to on for new users [EE-6293] * clear cache to transition terminating namespace * add rq requests back to the namespace view --------- Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
2f91315ac7
commit
04c1c7d8fb
2 changed files with 7 additions and 1 deletions
|
@ -65,6 +65,7 @@ func (handler *Handler) userCreate(w http.ResponseWriter, r *http.Request) *http
|
|||
user = &portainer.User{
|
||||
Username: payload.Username,
|
||||
Role: portainer.UserRole(payload.Role),
|
||||
UseCache: true,
|
||||
}
|
||||
|
||||
settings, err := handler.DataStore.Settings().Settings()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue