jan-vandenberg / cruddiy

No-code Bootstrap PHP CRUD generator
http://cruddiy.com
GNU Affero General Public License v3.0
253 stars 80 forks source link

Types CHAR and VARCHAR were not considered as text in the List view #110

Closed germain-italic closed 12 months ago

germain-italic commented 12 months ago

As a result, this was preventing htmlspecialchars and nl2br to be applied.

Moreover, file uploads detection to create a link to the file was working only with TEXT columns, but it should also work with CHAR and VARCHAR.

Maybe we should even add BLOB later?