podio-php icon indicating copy to clipboard operation
podio-php copied to clipboard

Fix save item

Open bundinho opened this issue 9 years ago • 0 comments

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

bundinho avatar Oct 27 '16 13:10 bundinho