Skip to content

Commit

Permalink
fix/comment out UA desc /w unavailable entity
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 30, 2021
1 parent 7e4e13e commit dec3f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/_includes/DemoActionsUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit dec3f88

Please sign in to comment.