BuildingSync / BuildingSync-website

5 stars 0 forks source link

Fix validator file options #158

Closed haneslinger closed 2 years ago

haneslinger commented 2 years ago

Answers issue #155

Thanks for the help all!

Previously, LoadXMLExample.file_name always showed the files for the current schema version. Now, LoadXMLExample.file_name contains all the files for all the schema versions, then filters the irrelevant one out on load and schema version change.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1665304626


Files with Coverage Reduction New Missed Lines %
.tox/python/lib/python3.6/site-packages/django/forms/fields.py 7 42.09%
<!-- Total: 7 -->
Totals Coverage Status
Change from base Build 1665303336: 0.02%
Covered Lines: 39209
Relevant Lines: 90657

💛 - Coveralls
kflemin commented 2 years ago

sweet!