refactor permission names

This commit is contained in:
tigp
2018-06-29 18:48:55 +02:00
parent 6b914d1698
commit 7d7627a52f
6 changed files with 10 additions and 10 deletions

View File

@@ -63,8 +63,8 @@ const (
const (
DoNotAllowAnyChangesPerms = iota + 1
AllowFillingExistingFormFieldsAndSignatures
AllowFillingExistingFormFieldsAndSignaturesAndCRUDAnnotations
AllowFillingExistingFormFieldsAndSignaturesPerms
AllowFillingExistingFormFieldsAndSignaturesAndCRUDAnnotationsPerms
)
type SignDataSignatureInfo struct {