X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FNodeTags.py;h=7f69e3259663a51e8204ab8ed46fe81c1f385ab9;hb=19d4a01ccf66af9e00914351b3eacd5fc880f988;hp=c289dee6050d82a98fcb720a90f830bc4f10691c;hpb=8b0a5128b2582b1cf41b123680e8d4ec270ac9a3;p=plcapi.git diff --git a/PLC/NodeTags.py b/PLC/NodeTags.py index c289dee6..7f69e325 100644 --- a/PLC/NodeTags.py +++ b/PLC/NodeTags.py @@ -25,7 +25,6 @@ class NodeTag(Row): 'tagname': TagType.fields['tagname'], 'description': TagType.fields['description'], 'category': TagType.fields['category'], - 'min_role_id': TagType.fields['min_role_id'], } class NodeTags(Table):