From 1023fb7d691ebf47c27aa8a1cab4702c55c2630d Mon Sep 17 00:00:00 2001 From: dizzy Date: Tue, 26 Oct 2021 05:00:14 -0700 Subject: [Vue] Migrate content-block, enriched-headline, rate-feature + related (#18166) * migrating RateFeature and ReviewLinks + adding AjaxHelper.fetch utility method (all untested) * get ratefeature component to work, modify matomodialog component to use v-model, add event parameters to createAngularAdapter, allow translate to use variadic args or one string array + rebuild * remove ratefeature angularjs files * rebuild + make vue mapping property optional in createANgularJsAdapter * migrate enrichedheadline and get to work * fix test * fix translate * fix another translate issue & migrate contentblock directive * fix anchor links, not including the "/" causes angularjs to fail (also on 4.x-dev) * update expected screenshots * fix ui test * fix some test failures * fix nested transclude issue * remove content block files * fix icon spacing that occurs due to angularjs inserting empty comments in between nodes while vue 3 does not * update some screenshots * update screenshot (actually fixes an alignment issue) * update screenshot * Update _dataTable.twig * fix order of operations issue * built vue files * fix variable reference * built vue files * make sure absolute paths are not used in polyfill source map * trigger build * trigger another build Co-authored-by: sgiehl --- plugins/CoreHome/templates/_dataTable.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/CoreHome/templates') diff --git a/plugins/CoreHome/templates/_dataTable.twig b/plugins/CoreHome/templates/_dataTable.twig index 9cc562a977..f9abda1fc2 100644 --- a/plugins/CoreHome/templates/_dataTable.twig +++ b/plugins/CoreHome/templates/_dataTable.twig @@ -41,7 +41,7 @@
{{ properties.description }}
{% endif %} -
+
{% if properties.documentation|default is not empty %}

{% endif %} {% if properties.onlineGuideUrl|default is not empty %}{{ 'CoreHome_ReadMoreOnlineGuide'|translate }}{% endif %} {% if reportLastUpdatedMessage is defined and reportLastUpdatedMessage %}{{ reportLastUpdatedMessage|raw }}{% endif %} -- cgit v1.2.3