quickapps / cms

Modular CMS powered by CakePHP
GNU General Public License v3.0
164 stars 69 forks source link

Permissions with Field/ImageHandler #142

Closed LeLuyen closed 8 years ago

LeLuyen commented 8 years ago

Hi Chris,

Have problem when grant permission for user using ImageHandler.

The ACL doesn't understand 2 methods upload and delete was extended from FileHandler class.

For this case, I think don't extends from FileHandler class, because it not active with ACL.

Please fix it.