mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-13 23:09:02 +00:00
Some work on project actions
This commit is contained in:
@@ -158,6 +158,7 @@ func (api *WebAPI) UpdateProject(r *Request) {
|
||||
Public: updateReq.Public,
|
||||
Hidden: updateReq.Hidden,
|
||||
Chain: updateReq.Chain,
|
||||
Paused: updateReq.Paused,
|
||||
}
|
||||
sess := api.Session.StartFasthttp(r.Ctx)
|
||||
manager := sess.Get("manager")
|
||||
|
||||
Reference in New Issue
Block a user