| ... | ... |
@@ -16,7 +16,7 @@ use Contao\CoreBundle\DataContainer\PaletteManipulator; |
| 16 | 16 |
PaletteManipulator::create() |
| 17 | 17 |
->addLegend('sec_dl_legend','alexf_legend',PaletteManipulator::POSITION_BEFORE)
|
| 18 | 18 |
->addField('sec_dl_access','sec_dl_legend',PaletteManipulator::POSITION_APPEND)
|
| 19 |
- ->applyToPalette('default', 'tl_user');
|
|
| 19 |
+ ->applyToPalette('default', 'tl_user_group');
|
|
| 20 | 20 |
|
| 21 | 21 |
/** |
| 22 | 22 |
* Add fields to tl_user_group |