diff --git a/handlers/role.go b/handlers/role.go index 9686d894..92f35b87 100644 --- a/handlers/role.go +++ b/handlers/role.go @@ -27,7 +27,7 @@ var ( "participant": map[string][]int{ "Participant": []int{PermissionRead}, - "Response": []int{PermissionUpdate}, + "Response": []int{PermissionUpdate, PermissionRead}, }, "subscriber": map[string][]int{ diff --git a/templates/responses_add_update.html.tpl b/templates/responses_add_update.html.tpl index 71649082..78d3d42c 100644 --- a/templates/responses_add_update.html.tpl +++ b/templates/responses_add_update.html.tpl @@ -35,7 +35,7 @@ {{$checked = true}} {{end}} -