mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
FIX update variables from extension
This commit is contained in:
parent
b622547206
commit
f3ec2dca2e
@ -821,8 +821,8 @@ class DMSDocument extends DataObject implements DMSDocumentInterface
|
||||
new GridFieldPaginator(30)
|
||||
);
|
||||
|
||||
$link = $this->owner->Link();
|
||||
$filenameWithoutID = $this->owner->FilenameWithoutID;
|
||||
$link = $this->Link();
|
||||
$filenameWithoutID = $this->FilenameWithoutID;
|
||||
|
||||
$versionsGridFieldConfig->getComponentByType('GridFieldDataColumns')
|
||||
->setDisplayFields(Config::inst()->get('DMSDocument_versions', 'display_fields'))
|
||||
|
Loading…
Reference in New Issue
Block a user