mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Merge pull request #3921 from alchemy-fr/PHRAS-3555-change-to-base_id
PHRAS-3555 merge rename collection_id to base_id
This commit is contained in:
@@ -25,12 +25,12 @@ class CollectionChangedEvent extends RecordEvent
|
|||||||
|
|
||||||
$this->beforeCollection = [
|
$this->beforeCollection = [
|
||||||
'collection_name' => $beforeCol->get_name(),
|
'collection_name' => $beforeCol->get_name(),
|
||||||
'collection_id' => $beforeCol->get_base_id()
|
'base_id' => $beforeCol->get_base_id()
|
||||||
];
|
];
|
||||||
|
|
||||||
$this->afterCollection = [
|
$this->afterCollection = [
|
||||||
'collection_name' => $afterCol->get_name(),
|
'collection_name' => $afterCol->get_name(),
|
||||||
'collection_id' => $afterCol->get_base_id()
|
'base_id' => $afterCol->get_base_id()
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user