X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FUpdateTagType.py;h=56bd61f442c140f58cc2ff42efaf4cfda5488ca9;hb=0c28b6c095054293cc35c75a7a601486a4c249ff;hp=bad4ba2f683ee3511b22a5d7f58e9299ad6c3283;hpb=641a829a3412936f80849d2bb43af54c4480d197;p=plcapi.git diff --git a/PLC/Methods/UpdateTagType.py b/PLC/Methods/UpdateTagType.py index bad4ba2..56bd61f 100644 --- a/PLC/Methods/UpdateTagType.py +++ b/PLC/Methods/UpdateTagType.py @@ -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): """