impresspages / ImpressPages

ImpressPages is php framework with admin panel. Build functional website in one hour.
http://www.impresspages.org
Other
501 stars 178 forks source link

possible bug with RepositoryFile and validation #786

Open severfire opened 8 years ago

severfire commented 8 years ago

seems like adding 'validators' => array('Required') to RepositoryFile object seems not to work right (tested in Grid)

getting error in js console validator.js?79:30 Uncaught TypeError: Cannot read property 'input' of undefined

seems like js validator looks for input field? but there is no input field -- or I am doing something wrong? :-/