Fix missing url_type value "upload"
1 unresolved thread
1 unresolved thread
After successful call to resource_create
, we need to update dataset form
with value upload
for url_type
form field for the new resource.
Closes #9
Merge request reports
Activity
Filter activity
requested review from @marko_kuder
728 728 $(uploadButton).closest('tr').find('.resource-type > input').val('file'); 729 729 if (!reupload) { 730 730 $(uploadButton).closest('tr').find('.resource-id > input').val(data.result.id); 731 $(uploadButton).closest('tr').find('.resource-url-type > input').val('upload'); @spela_dragan I have a suspicion that this is not completely compatible with !33 (merged) , since there we removed the resource-url-type input field?
Edited by Marko Kuder
assigned to @spela_dragan
mentioned in issue #11