We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088dafc commit aa5c26bCopy full SHA for aa5c26b
Module.php
@@ -2450,7 +2450,6 @@ public function teamAuthorizeOnHydrate(Event $event)
2450
*/
2451
public function siteSettingsRemoveAutoAssign(Event $event)
2452
{
2453
- $event->getTarget()->get('o:assign_new_items')->setAttribute('disabled', 'disabled');
2454
$event->getTarget()
2455
->get('o:assign_new_items')
2456
->setOption('info', 'The Teams Module manages how items become associated with sites, so this has been disabled.');
0 commit comments