podio-php
podio-php copied to clipboard
Fix save item
This change allows avoiding the bug about saving an item with calculation fields.
$item = PodioItem::get($item_id);
// ..... operations
$item->save();
The code above used to throw an exception when the fetched has a calculation field