Bug #48429

Remove- and update-actions on repository are not persisted

Added by Mathis Hoffmann about 2 years ago. Updated about 2 years ago.

Status:New Start date:2013-05-22
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:-
PHP Version:5.4 Complexity:
Has patch:No Affected Flow version:Git master

Description

Updating and removing models on/from a repository fail without any error message, when persistenceManager->persistAll() is not explicitly called.

History

#1 Updated by Philipp Maier about 2 years ago

It's not a bug, it's a feature. Objects are no longer persisted in so called 'safe requests' (usually GET requests). During POST requests, objects are persisted normally.

Also available in: Atom PDF