Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 83e5048e authored by Nicolas's avatar Nicolas
Browse files

Changement d'un champ

parent 1b68bce3
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ class CategoryWidgetActions extends Column ...@@ -68,7 +68,7 @@ class CategoryWidgetActions extends Column
foreach ($dataSource['data']['items'] as & $item) { foreach ($dataSource['data']['items'] as & $item) {
if (isset($item['entity_id'])) { if (isset($item['entity_id'])) {
$identifier = $this->getEscaperHtml($item['identifier']); $identifier = $this->getEscaperHtml($item['identifier']);
$item[$this->getData('name')] = [ $item[$this->getData('title')] = [
'edit' => [ 'edit' => [
'href' => $this->urlBuilder->getUrl( 'href' => $this->urlBuilder->getUrl(
static::URL_PATH_EDIT, static::URL_PATH_EDIT,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment