You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In qgepqwat2ili, missing mandatory values are logged with the warning
"WARNING A mandatory value was null. It will be cast to a blank string, and probably cause validation errors"
yet there is no information on which layer is affected.
To Reproduce
Exact steps to reproduce the behavior:
export an Interlis from a database with errors
See error
Check logs
Expected behavior
The warning should be extended to "WARNING A mandatory value (attribute name) in the layer (layer_name) was null. It will be cast to a blank string, and probably cause validation errors"
Screenshots / data
dump can be sent by email upon request
Desktop (please complete the following information):
QGEP plugin version 20230411 test vsa-dss
QGEP datamodel version 1.6.0
QGEP project file version 1.6.1
QGIS Version 3.28.5 LTR
sqlalchemy Version 1.3.24
geoalchemy2 Version 0.11.1
The text was updated successfully, but these errors were encountered:
@cymed The function null_to_empty is only used for the attribut "identifier/Bezeichnung" as this is the only attribute besides obj_id that is MANDATORY in INTERLIS - see export.py
Describe the bug
In qgepqwat2ili, missing mandatory values are logged with the warning
"WARNING A mandatory value was null. It will be cast to a blank string, and probably cause validation errors"
yet there is no information on which layer is affected.
To Reproduce
Exact steps to reproduce the behavior:
Expected behavior
The warning should be extended to "WARNING A mandatory value (attribute name) in the layer (layer_name) was null. It will be cast to a blank string, and probably cause validation errors"
Screenshots / data
dump can be sent by email upon request
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: