Skip to content

Commit

Permalink
Update list_tools.php (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w authored Jan 8, 2024
1 parent ef6e03e commit 3c0cb44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/manager/lib/list_tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public static function listFormat($p, $value = '')
switch ($p['list']->getValue('type_id')) {
case 'validate':
$styleClass = 'yform-manager-type-validate';
$p['value'] = str_replace(',', ', ', $p['value']);
break;
case 'action':
$styleClass = 'yform-manager-type-action';
Expand Down

0 comments on commit 3c0cb44

Please sign in to comment.