azerbini / eamena_dev

Arches is a web-based, geospatial information system for cultural heritage inventory and management.
GNU Affero General Public License v3.0
1 stars 2 forks source link

Bulk upload: Concept fail is not flagged up until arches file writing #53

Closed pascalflohr closed 5 years ago

pascalflohr commented 5 years ago

Bug Report

The EFFECT_TYPE.I4 concept "Collapse/Structural Damage" was written wrong as "Structural Damage/Collapse". However the file got through the validation process and this was only flagged up in the write_arches_file stage (screenshot).

screen shot 2018-09-28 at 10 41 31

Expected Behavior

Should be flagged up in the concept validation phase.

Current Behavior

Not flagged up in concept validation phase, instead flagged up in write_arches_file phase.

mradamcox commented 5 years ago

This is now fixed. Originally the validation was not recognizing multiple columns with the same name.