Gaetano Giunta
Gaetano Giunta
Indeed: +1 for adding BC constructor methods
Nice, thanks. Would you be able to add a test case as well? A yml migration file that creates a content type with an ezimageasset field, then a content, then...
@mpoudevigne yes, migration files are committed ok. I hope to merge and release soon
ps: needs doc updates
would be nice to have :-) I'd use _lat, _long for the names of solr fields storing the separate coordinates instead of 0 and 1 Also, not sure about the...
Hello. I tested this, and indeed can reproduce your problem. I think that this is an error that comes from the ezpublish kernel, specifically in method eZ\Publish\Core\FieldType\BinaryBase\BinaryBaseStorage::storeFieldData() : for version...
ps: it seems that the same problem still applies to the current ezplatform code, even though the code has been refactored: https://github.com/ezsystems/ezpublish-kernel/blob/master/eZ/Publish/Core/FieldType/BinaryBase/BinaryBaseStorage.php#L86
Created ticket: https://jira.ez.no/browse/EZP-28380
Note that at least the current BinaryBaseStorage does create a coherent value on disk and in the db, as it sets the new mimetype to the field Value. Version v2014.11.8...