Bug #88350
closed
Image manipulation does not work
Added by Valentin Nedkov (sunman) over 5 years ago.
Updated over 5 years ago.
Description
Using of image manipulation in the BE does not deliver the desired result in FE.
There is a missing property getter in FileReference. Check the attached file with the modification.
Files
- Priority changed from Should have to Must have
Attached file contains the fix.
What are you exactly missing you can not access through getProperties()
?
You're rigth. It is possible to get "crop" from getProperties. It was just more intuitive to get it directly but I have to say that we can stay with that.
There are only a few fields directly accessible through getter methods. The rest of the sys_file_reference
record you can access through the getProperties()
method.
Think that's enough as you can easily add more properties to your sys_file_reference
and there are also not accessible through direct getter methods but are through getProperties()
.
- Status changed from New to Rejected
Closing because no change is required
Also available in: Atom
PDF