Skip to content
Snippets Groups Projects
Commit 1507940f authored by GuillaumeSorel's avatar GuillaumeSorel
Browse files

Update managerules_searchkit.mgd.php with more inline edit options on fields...

Update managerules_searchkit.mgd.php with more inline edit options on fields Label, Tags, Description, Enabled
parent ccac796f
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,7 @@ return [
'dataType' => 'String',
'label' => E::ts('Label'),
'sortable' => TRUE,
'editable' => TRUE,
],
[
'type' => 'field',
......@@ -120,6 +121,7 @@ return [
'dataType' => 'Integer',
'label' => E::ts('Tags'),
'sortable' => TRUE,
'editable' => TRUE,
],
[
'type' => 'field',
......@@ -127,6 +129,7 @@ return [
'dataType' => 'String',
'label' => E::ts('Description'),
'sortable' => TRUE,
'editable' => TRUE,
],
[
'type' => 'field',
......@@ -134,6 +137,7 @@ return [
'dataType' => 'Boolean',
'label' => E::ts('Enabled'),
'sortable' => TRUE,
'editable' => TRUE,
],
[
'type' => 'field',
......
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