PHRAS-851 - add databox name, collection name and logo to record title in preview

Bump Phraseanet Production Client
This commit is contained in:
Florian BLOUET
2016-05-23 11:52:35 +02:00
parent 60d32f5597
commit 91bfa11754
4 changed files with 8 additions and 4 deletions

View File

@@ -258,7 +258,7 @@ class record_preview extends record_adapter
return $this->title;
}
$this->title = collection::getLogo($this->getBaseId(), $this->app) . ' ';
$this->title = '';
switch ($this->env) {