mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 22:13:13 +00:00
PHRAS-3935 : phraseanet_local_id became instance_id (#4396)
* phraseanet_local_id patch * display phraseanet_local_id * phraseanet_local_id to instance_id * update embed bumdle
This commit is contained in:
@@ -1195,9 +1195,9 @@ class PSExposeController extends Controller
|
||||
*/
|
||||
private function getExposeMappingName($mappingContext)
|
||||
{
|
||||
$phraseanetLocalId = $this->app['conf']->get(['phraseanet-service', 'phraseanet_local_id']);
|
||||
$instanceId = $this->app['conf']->get(['main', 'instance_id']);
|
||||
|
||||
return $phraseanetLocalId.'_'. $mappingContext . '_mapping';
|
||||
return $instanceId . '_' . $mappingContext . '_mapping';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user