X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=db-config.d%2F13-persontags;fp=db-config.d%2F13-persontags;h=d4fb89b44d34c68829694487232dcb42cdb29610;hb=c1f01d2f9766b00f6ad9c6636378ee74659d9fcf;hp=0000000000000000000000000000000000000000;hpb=fe9648c46de34c2d98466349f8f73f610a93bbec;p=myplc.git diff --git a/db-config.d/13-persontags b/db-config.d/13-persontags new file mode 100644 index 0000000..d4fb89b --- /dev/null +++ b/db-config.d/13-persontags @@ -0,0 +1,9 @@ +######## +default_person_tags = [ + { 'tagname' : 'exempt_person_until', + 'description' : 'Exclude this person from MyOps until given date (YYYYMMDD)', + 'category' : 'person/myops', + 'min_role_id' : 10} , +] + +for person_type in default_person_tags: SetTagType (person_type)