Peter Kracik

Results 9 comments of Peter Kracik

thank you @garak for your fast reply. the thing is that I like to have a different mapping based on the class where it is used. mapping "product" for image...

no, unfortunately it doesnt work. I have error 500 - Mapping not found for field "imageFile" or maybe some other way how to set mapping? for example in the form?...

yes, its what I did Image.php ``` /** * @MongoDB\EmbeddedDocument * @MongoDB\HasLifecycleCallbacks * @Vich\Uploadable */ class Image { /** * @MongoDB\Id() */ protected $id; /** * @var File */ private...

I've tried it but unfortunately it doesnt work, because Image in my Product class is not really uploadable field, only object which one contains uplodable file. and this one needs...

@skurgansky-sugarcrm thank you :) I had to find a different solution, but I hope it will help others!

@mrctrifork actually we decided to don't allow to upload heic file at the end

@dimitriBouteille I don't think this should be closed, it isn't resolved yet, it is only a hack

is there a way to really `delete` a helm chart? The current delete command only uninstalls the chart. Couldn't we have 2 commands `uninstall` and `delete`