Skip to content

Instantly share code, notes, and snippets.

@esimonetti
Created January 9, 2019 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esimonetti/1c1f0dd82c1ae548910e812294e56efc to your computer and use it in GitHub Desktop.
Save esimonetti/1c1f0dd82c1ae548910e812294e56efc to your computer and use it in GitHub Desktop.
Add tags to reports on listviews
<?php
//
// Enrico Simonetti
// 2019-01-10
//
// file: custom/Extension/modules/Reports/Ext/clients/base/views/list/list.php
//
// Add tags to reports on listviews
//
$viewdefs['Reports']['base']['view']['list']['panels']['0']['fields'][] = [
'name' => 'tag',
'label' => 'LBL_TAGS',
'enabled' => true,
'default' => true,
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment