X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FInterfaceTags.py;h=4dcb531d5ec9ad2ec1b2e0bca5cb1a3ce3ef48a3;hb=0c28b6c095054293cc35c75a7a601486a4c249ff;hp=976a54e246c1209bd4a32998473bb863e6e584e5;hpb=00b458601d8f318b617b43d11cb4fdb93e89967c;p=plcapi.git diff --git a/PLC/InterfaceTags.py b/PLC/InterfaceTags.py index 976a54e..4dcb531 100644 --- a/PLC/InterfaceTags.py +++ b/PLC/InterfaceTags.py @@ -28,7 +28,6 @@ class InterfaceTag(Row): 'tagname': TagType.fields['tagname'], 'description': TagType.fields['description'], 'category': TagType.fields['category'], - 'min_role_id': TagType.fields['min_role_id'], 'value': Parameter(str, "Interface setting value"), ### relations