Problem/Motivation
After I updated to last dev on block edit I have
Warning: foreach() argument must be of type array|object, bool given
again (https://www.drupal.org/project/context/issues/2942060#comment-14140022).
And after I save any block it is disappears from page.
Issue fork context-3225677
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
super_romeo commentedComment #3
super_romeo commentedComment #4
super_romeo commentedWorkaround:
Add
return TRUE;at very beginning to\Drupal\context\Plugin\Condition\UserProfilePage::evaluate().Comment #7
paulocsComment #9
paulocs