new webhooks list UI

此提交包含在:
Unknwon
2015-08-26 21:45:51 +08:00
父節點 1cb03135b7
當前提交 2881456421
共有 28 個檔案被更改,包括 329 行新增180 行删除
+3 -3
查看文件
@@ -445,13 +445,13 @@ func CommitRepoAction(userID, repoUserID int64, userName, actEmail string,
if err = CreateHookTask(&HookTask{
RepoID: repo.ID,
HookID: w.Id,
HookID: w.ID,
Type: w.HookTaskType,
Url: w.Url,
Url: w.URL,
BasePayload: payload,
ContentType: w.ContentType,
EventType: HOOK_EVENT_PUSH,
IsSsl: w.IsSsl,
IsSsl: w.IsSSL,
}); err != nil {
return fmt.Errorf("CreateHookTask: %v", err)
}