IZSVenezie / VetEpiGIS-Tool

VetEpiGIS-Tool is a free QGIS tool that helps veterinarian users in the management of spatial data related to animal disease.
https://izsvenezie.github.io/VetEpiGIS-Tool/
GNU General Public License v2.0
1 stars 0 forks source link

Edit case data bug #72

Open paolabfor opened 3 years ago

paolabfor commented 3 years ago

When is selected the Edit case data tool, appears the follow error message:

TypeError: arguments did not match any overloaded call: fromString(str, format: Qt.DateFormat = Qt.TextDate): argument 1 has unexpected type 'QVariant' fromString(str, str): argument 1 has unexpected type 'QVariant' Traceback (most recent call last): File "C:/Users/bonatop/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\VetEpiGIS-Tool\vetepigis_tool.py", line 1086, in featEdit qd = QDate.fromString(s, f) TypeError: arguments did not match any overloaded call: fromString(str, format: Qt.DateFormat = Qt.TextDate): argument 1 has unexpected type 'QVariant' fromString(str, str): argument 1 has unexpected type 'QVariant'