From 1c411df8c5d5d97467e624c1d3e10ca57b477535 Mon Sep 17 00:00:00 2001 From: Alex Rothberg Date: Mon, 2 Dec 2024 11:17:29 -0500 Subject: [PATCH] add js to twig. --- templates/admin/index/index.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/admin/index/index.html.twig b/templates/admin/index/index.html.twig index 168e40f179..a703875000 100644 --- a/templates/admin/index/index.html.twig +++ b/templates/admin/index/index.html.twig @@ -489,6 +489,7 @@ "pimcore/object/gridcolumn/operator/LFExpander.js", "pimcore/object/gridcolumn/operator/Trimmer.js", "pimcore/object/gridcolumn/operator/Alias.js", + "pimcore/object/gridcolumn/operator/VersionGetter.js", "pimcore/object/gridcolumn/operator/WorkflowState.js", "pimcore/object/gridcolumn/value/DefaultValue.js", "pimcore/object/gridcolumn/operator/GeopointRenderer.js",