reviewing the tags permission system
[plcapi.git] / PLC / Methods / UpdateTagType.py
index bad4ba2..56bd61f 100644 (file)
@@ -8,7 +8,7 @@ from PLC.TagTypes import TagType, TagTypes
 from PLC.Auth import Auth
 
 can_update = lambda (field, value): field in \
-             ['tagname', 'description', 'category', 'min_role_id']
+             ['tagname', 'description', 'category']
 
 class UpdateTagType(Method):
     """