Issue #2763433 by 20th, harsha012, Munavijayalakshmi, Prashant.c, hass: Hardcoded ellipsis in actions configuration form

8.5.x
xjm 2017-10-22 06:38:02 -05:00
parent 093b148abf
commit 62b010ef8f
1 changed files with 1 additions and 1 deletions

View File

@ -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'] = [