Centralize record event dispatches inside record adapter (but not structure ones)

This commit is contained in:
Mathieu Darse
2015-02-03 11:19:23 +01:00
parent e287ba1a42
commit c6b509a32c
21 changed files with 36 additions and 114 deletions

View File

@@ -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;
}