tags defined on Person and Site were not exposed to Filter, so that e.g.
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 18 Aug 2014 17:46:23 +0000 (19:46 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 18 Aug 2014 17:46:23 +0000 (19:46 +0200)
commit41e8658c3494478e8d1d328c5046017454c88f6d
treeabfb49c21c21a2bd2c64e8453daccbea0199b3c1
parent67f49d67394cb29352c506947471cbff50be65b6
tags defined on Person and Site were not exposed to Filter, so that e.g.
GetPersons({'hrn':<something>},['email','hrn'])
was failing although the 'hrn' tag is marked as expose_to_api
PLC/Persons.py
PLC/Sites.py