klaftertief-symphony / imagecropper

A Symphony CMS field extension. Adds image cropping functionality to upload fields.
12 stars 7 forks source link

Issue with Subsection Manager 1.2 #9

Closed davjand closed 13 years ago

davjand commented 13 years ago

Not sure if this is a problem here or a problem subsection manager but subsection manager tries to access

prepareTableValue($data)

Which generates an error

It can be fixed by adding the below into the field class

function preparePlainTextValue($data,$entry_id){
   return $this->prepareTableValue($data,NULL,$entry_id);
}
klaftertief commented 13 years ago

Thanks for reporting. This was a known issue which is fixed with this commit.