mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Improve Space permissions
Closes out loopholes that allowed managers to kick owners.
This commit is contained in:
parent
09635b67ab
commit
5d632712e0
30 changed files with 1015 additions and 877 deletions
|
@ -41,8 +41,8 @@ func main() {
|
|||
rt.Product = domain.Product{}
|
||||
rt.Product.Major = "1"
|
||||
rt.Product.Minor = "76"
|
||||
rt.Product.Patch = "0"
|
||||
rt.Product.Revision = 181113144232
|
||||
rt.Product.Patch = "1"
|
||||
rt.Product.Revision = 181116171324
|
||||
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
|
||||
rt.Product.Edition = domain.CommunityEdition
|
||||
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue