X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FSiteTags.py;h=d04b94759bbaf369e863c444e6421733d485d294;hb=9aecb8c6fde06136bef94e2fd6fce832dc3c0c10;hp=c70a46c7055b16b0936489878ce476e9fe59d3dd;hpb=00b458601d8f318b617b43d11cb4fdb93e89967c;p=plcapi.git diff --git a/PLC/SiteTags.py b/PLC/SiteTags.py index c70a46c..d04b947 100644 --- a/PLC/SiteTags.py +++ b/PLC/SiteTags.py @@ -1,5 +1,3 @@ -# $Id$ -# $URL$ # # Thierry Parmentelat - INRIA # @@ -26,7 +24,6 @@ class SiteTag(Row): 'tagname': TagType.fields['tagname'], 'description': TagType.fields['description'], 'category': TagType.fields['category'], - 'min_role_id': TagType.fields['min_role_id'], 'value': Parameter(str, "Site setting value"), ### relations