X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FRoles.py;h=4aa4d6b1da45c696caf69fb7c9f0c9299af0856b;hb=0c28b6c095054293cc35c75a7a601486a4c249ff;hp=03d9884d34ca7e0bb27df0d9e97b7b87ba9b4ff5;hpb=641a829a3412936f80849d2bb43af54c4480d197;p=plcapi.git diff --git a/PLC/Roles.py b/PLC/Roles.py index 03d9884..4aa4d6b 100644 --- a/PLC/Roles.py +++ b/PLC/Roles.py @@ -22,7 +22,7 @@ class Role(Row): table_name = 'roles' primary_key = 'role_id' - join_tables = ['person_role', ('tag_types', 'min_role_id')] + join_tables = ['person_role', 'tag_type_role' ] fields = { 'role_id': Parameter(int, "Role identifier"), 'name': Parameter(str, "Role", max = 100),