reviewing the tags permission system
[plcapi.git] / PLC / SliceTags.py
index a320e62..78273ca 100644 (file)
@@ -28,7 +28,6 @@ class SliceTag(Row):
         'tagname': TagType.fields['tagname'],
         'description': TagType.fields['description'],
         'category': TagType.fields['category'],
-        'min_role_id': TagType.fields['min_role_id'],
         'value': Parameter(str, "Slice attribute value"),
         }