From dec3f88c1f42b1b3de976c3672079daf5c7dfcb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Wed, 29 Dec 2021 13:03:40 +0100 Subject: [PATCH] fix/comment out UA desc /w unavailable entity --- demos/_includes/DemoActionsUtil.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/_includes/DemoActionsUtil.php b/demos/_includes/DemoActionsUtil.php index d1406b40fd..a6b707fc44 100644 --- a/demos/_includes/DemoActionsUtil.php +++ b/demos/_includes/DemoActionsUtil.php @@ -86,7 +86,7 @@ public static function setupDemoActions(CountryLock $country): void [ 'caption' => 'Edit ISO3', 'description' => function (UserAction $action) { - return 'Edit ISO3 for country: ' . $action->getEntity()->getTitle(); + return 'Edit ISO3 for country: ' /* TODO . $action->getEntity()->getTitle()*/; }, 'fields' => [$country->fieldName()->iso3], 'callback' => function () {