mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Centralize record event dispatches inside record adapter (but not structure ones)
This commit is contained in:
@@ -428,7 +428,7 @@ class databox_field implements cache_cacheableInterface
|
||||
$stmt->closeCursor();
|
||||
|
||||
if ($this->renamed) {
|
||||
caption_field::rename_all_metadata($this->app['dispatcher'], $this);
|
||||
caption_field::rename_all_metadatas($this);
|
||||
$this->renamed = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user