Corriger la vérification du dataType
dans la méthode create
du module APIFeatureAttribute
#287
Labels
dataType
dans la méthode create
du module APIFeatureAttribute
#287
Uh oh!
There was an error while loading. Please reload this page.
Il faudrait remplacer
if not attribute.dataType:
parif attribute.dataType is None:
et enlever le warningThe text was updated successfully, but these errors were encountered: