Hi there,
It looks like the post_save method of the fieldtype is not getting called after saved. I need the categories of that particular entry and get it with
ee('Model')->get('ChannelEntry')->filter('entry_id', $this->content_id())->first()->Categories->toArray()
but that seems not updated when i change the categories. I did not test it on other field, because i just need the categories. So perhaps there is a better way to get the entry data inside a fieldtype save() or post_save() method.
Best, Rein
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.