-
Notifications
You must be signed in to change notification settings - Fork 30
Conversation
@bitner looks like the GS_VERSION=master build just timed out. Can you rebase with master so it can kick the build again. |
@bitner FYI this appears to break .zip file handling in the current UI: I can successfully use the current interface to upload individual files (e.g., .gpkg, .tif, .geojson) but a .zip containing a single shapefile no longer works. I get |
I am seeing the same behavior. |
return False | ||
|
||
|
||
def validate_inspector_can_read(filename): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure I follow your intent on this @bitner, and I'm thinking this is related to the zip file issue -- why are we shadowing models.validate_inspector_can_read()
here?
We do that in the form clean so that we can look in either the upload or a On Wed, Sep 14, 2016 at 7:01 PM, Sara Safavi notifications@github.com
David William Bitner |
Hmmm....The multi tests use a zipfile, not sure why it's not working On Wed, Sep 14, 2016 at 6:03 PM, Sara Safavi notifications@github.com
David William Bitner |
I'm going to close this pull request as @sarasafavi and @harts-boundless have wrapped and extended this into https://github.com/boundlessgeo/django-osgeo-importer/ master. It would make more sense to merge from that fork rather than this branch now as it contains all the UI additions as well. |
Change to extend the api to handle multi file uploads.