You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ContactsTabManager::verifyTab uses $block->_contactTabVerified, a dynamically set property on the blocks. This breaks property optimisation (see https://www.drupal.org/node/2531564) and so we shouldn't do it.
It's possible there are other places we've done this...
The text was updated successfully, but these errors were encountered:
ContactsTabManager::verifyTab
uses$block->_contactTabVerified
, a dynamically set property on the blocks. This breaks property optimisation (see https://www.drupal.org/node/2531564) and so we shouldn't do it.It's possible there are other places we've done this...
The text was updated successfully, but these errors were encountered: