Développement #8905
ajouter une propriété pour avoir la liste des mots-clés d'un formulaire sous forme de list
Start date:
07 November 2015
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Yes
Planning:
Description
Pour l'API on a ajouté du code directement dans wcs/api.py,
if formdef.keywords: keywords = [x.strip() for x in formdef.keywords.split(',')] else: keywords = []
Ça serait bien de déplacer ça vers une propriété du formdef, pour utilisation ailleurs.
Files
Associated revisions
History
Updated by Frédéric Péters over 9 years ago
- File 0001-misc-create-a-property-to-get-formdef-keywords-as-a-.patch 0001-misc-create-a-property-to-get-formdef-keywords-as-a-.patch added
- Status changed from Nouveau to En cours
- Patch proposed changed from No to Yes
Updated by Frédéric Péters over 9 years ago
- Status changed from En cours to Résolu (à déployer)
commit cd2b7360b5530af9e2c4619ba5937e456318bb3d Author: Frédéric Péters <fpeters@entrouvert.com> Date: Sat Nov 7 14:05:02 2015 +0100 misc: create a property to get formdef keywords as a list (#8905)
Updated by Frédéric Péters over 9 years ago
- Status changed from Résolu (à déployer) to Fermé
- Target version set to v1.22
misc: create a property to get formdef keywords as a list (#8905)