Issue #2763433 by 20th, harsha012, Munavijayalakshmi, Prashant.c, hass: Hardcoded ellipsis in actions configuration form
parent
093b148abf
commit
62b010ef8f
|
@ -54,7 +54,7 @@ class ActionAdminManageForm extends FormBase {
|
|||
$actions = [];
|
||||
foreach ($this->manager->getDefinitions() as $id => $definition) {
|
||||
if (is_subclass_of($definition['class'], '\Drupal\Core\Plugin\PluginFormInterface')) {
|
||||
$actions[$id] = $definition['label'] . '...';
|
||||
$actions[$id] = $definition['label'];
|
||||
}
|
||||
}
|
||||
$form['parent'] = [
|
||||
|
|
Loading…
Reference in New Issue