X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetNodeTagTypes.py;h=137e7217799216bc55fda4992c4cffd5efb0b6a4;hb=a7f0a8c621447d357b9f2b42cfa2513211aeb751;hp=32a67873bf4afa88cf498a96711d6096e7ca1842;hpb=7ba889dd89500f8c0695ef21bfda28291bb4f9da;p=plcapi.git diff --git a/PLC/Methods/GetNodeTagTypes.py b/PLC/Methods/GetNodeTagTypes.py index 32a6787..137e721 100644 --- a/PLC/Methods/GetNodeTagTypes.py +++ b/PLC/Methods/GetNodeTagTypes.py @@ -22,7 +22,7 @@ class GetNodeTagTypes(Method): accepts = [ Auth(), Mixed([Mixed(NodeTagType.fields['node_tag_type_id'], - NodeTagType.fields['name'])], + NodeTagType.fields['tagname'])], Filter(NodeTagType.fields)), Parameter([str], "List of fields to return", nullok = True) ]