X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FRoles.py;h=ddb33aff826c80a471df31219038e7b2a0a9f380;hb=eafc0194bc0dde66e31315a72f2cb05775c9800b;hp=400b3446cc4782d2b756e0011fb875479f7f2856;hpb=b3c3e1029ce254558c7135ef114f72c986093aad;p=plcapi.git diff --git a/PLC/Roles.py b/PLC/Roles.py index 400b344..ddb33af 100644 --- a/PLC/Roles.py +++ b/PLC/Roles.py @@ -21,7 +21,7 @@ class Role(Row): table_name = 'roles' primary_key = 'role_id' - join_tables = ['person_role', ('slice_attribute_types', 'min_role_id')] + join_tables = ['person_role', ('tag_types', 'min_role_id')] fields = { 'role_id': Parameter(int, "Role identifier"), 'name': Parameter(str, "Role", max = 100),