[ckan-changes] [ckan/ckan] fd00b4: [#1703] Fix bug when uploading resources
GitHub
noreply at github.com
Thu May 8 05:27:07 UTC 2014
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: fd00b4beca1d8dc88150b84f94b6f1443d44f148
https://github.com/ckan/ckan/commit/fd00b4beca1d8dc88150b84f94b6f1443d44f148
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-05-07 (Wed, 07 May 2014)
Changed paths:
M ckan/public/base/javascript/modules/image-upload.js
Log Message:
-----------
[#1703] Fix bug when uploading resources
The problem was that we used to set the URL input as "disabled", which caused
the browser not to send its value when submitting the FORM. The solution is
simple: use "readonly" instead.
Commit: 337b314a421e57659d610199e0bb2363fd61e721
https://github.com/ckan/ckan/commit/337b314a421e57659d610199e0bb2363fd61e721
Author: Nigel Babu <nigelbabu at gmail.com>
Date: 2014-05-08 (Thu, 08 May 2014)
Changed paths:
M ckan/public/base/javascript/modules/image-upload.js
Log Message:
-----------
Merge pull request #1703 from ckan/1703-error-when-uploading-resource
Error when uploading new resource
Compare: https://github.com/ckan/ckan/compare/0988eb6a84ff...337b314a421e
More information about the ckan-changes
mailing list