| ... | ... |
@@ -16,6 +16,10 @@ PaletteManipulator::create() |
| 16 | 16 |
->addField('wa_expanded_bookings', 'luumicore_legend', PaletteManipulator::POSITION_APPEND)
|
| 17 | 17 |
->applyToPalette('default', 'tl_user')
|
| 18 | 18 |
->applyToPalette('login', 'tl_user')
|
| 19 |
+ ->applyToPalette('admin', 'tl_user')
|
|
| 20 |
+ ->applyToPalette('group', 'tl_user')
|
|
| 21 |
+ ->applyToPalette('extend', 'tl_user')
|
|
| 22 |
+ ->applyToPalette('custom', 'tl_user')
|
|
| 19 | 23 |
; |
| 20 | 24 |
|
| 21 | 25 |
// Add fields to tl_user |