jonseg / crud-admin-generator

An open source tool to generate a complete backend from a MySql database.
http://crud-admin-generator.com/
MIT License
1.43k stars 441 forks source link

Blob fields not supported #35

Open manuelbcd opened 9 years ago

manuelbcd commented 9 years ago

Hello again, I would like to continue reporting some bugs or possible improvements.

After generating backend, panels does not load (js error) if database has any blob fields. If I edit controller and comment blob fields, the problem is solved.

Regards

manuelbcd commented 9 years ago

Hi, I have patched code to solve de problem, no it's able to handle blob fields. Updated on my forked version of project ... could be possible to apply changes on main copy?

emielmolenaar commented 9 years ago

Please create a pull request (https://help.github.com/articles/using-pull-requests/) .