brendo / bulkimporter

A Symphony extension to allow the bulk uploading of data
6 stars 1 forks source link

Fixed ajaxsectioninfo page. #13

Open ahwayakchih opened 13 years ago

ahwayakchih commented 13 years ago

Quick fix for AJAX - something changed in Symphony in meantime, because extension is not loaded by default when its own pages are used. Added require_once to prevent building whole object (is there a way to tell ExtensionManager to just include file without creating object instance?).

ahwayakchih commented 13 years ago

Sorry for adding all the fixes in one pull request. I am not sure if there is a way to create more than one pull request at a time (i tried and failed). Maybe by using different branches... anyway, those are tiny fixes, so it should not be a big problem :).

ahwayakchih commented 13 years ago

Should Lang::createHandle() be used on file and subdirectory names too? Or should it be handled by upload field?

brendo commented 12 years ago

It should be handled by the upload fields.

Sorry for taking so long to get back to this!