mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
PHRAS-3704 Phrasea Rendition by Phraseanet worker (#4098)
* add verify ssl * add info in webhook payload on subdef create * reset cache of list of subdef for a record when create new subdef
This commit is contained in:
@@ -684,6 +684,9 @@ class media_subdef extends media_abstract implements cache_cacheableInterface
|
||||
$symlinker->symlink($subdef->getRealPath());
|
||||
}
|
||||
|
||||
// delete from cache the list of available subdef for the record to taken account the new subdef
|
||||
$subdef->get_record()->delete_data_from_cache(record_adapter::CACHE_SUBDEFS);
|
||||
|
||||
return $subdef;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user