mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 21:43:18 +00:00
Deprecate is_grouping in favor of isStory
This commit is contained in:
@@ -40,7 +40,7 @@ class ToolsController extends Controller
|
||||
|
||||
if (count($records) == 1) {
|
||||
$record = $records->first();
|
||||
if (!$record->is_grouping()) {
|
||||
if (!$record->isStory()) {
|
||||
try {
|
||||
$metadata = $this->getExifToolReader()
|
||||
->files($record->get_subdef('document')->get_pathfile())
|
||||
|
Reference in New Issue
Block a user