Fix the display of revision dates in the asset helper screen.
This commit is contained in:
parent
5736fdf4d1
commit
950dd349db
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ sub getAssetData {
|
||||||
icon => $asset->getIcon("small"),
|
icon => $asset->getIcon("small"),
|
||||||
type => $asset->getName,
|
type => $asset->getName,
|
||||||
className => $asset->className,
|
className => $asset->className,
|
||||||
revisions => [ $asset->getRevisionDates ],
|
revisions => $asset->getRevisionDates,
|
||||||
);
|
);
|
||||||
|
|
||||||
return \%fields;
|
return \%fields;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue