Skip to content

Commit

Permalink
Disabling this causes a validation error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdryden committed Apr 24, 2023
1 parent 088dafc commit aa5c26b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -2450,7 +2450,6 @@ public function teamAuthorizeOnHydrate(Event $event)
*/
public function siteSettingsRemoveAutoAssign(Event $event)
{
$event->getTarget()->get('o:assign_new_items')->setAttribute('disabled', 'disabled');
$event->getTarget()
->get('o:assign_new_items')
->setOption('info', 'The Teams Module manages how items become associated with sites, so this has been disabled.');
Expand Down

0 comments on commit aa5c26b

Please sign in to comment.