Some work on project actions

This commit is contained in:
simon987
2019-02-22 20:44:27 -05:00
parent 016676e0f3
commit d44b9924e7
25 changed files with 237 additions and 30 deletions

View File

@@ -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")