I've just updated my site to D8.8.0, and updated a number of my modules.
Since the update, I've lost all the menus on my site - they exist, but have removed themselves from the block layout. In trying to re-enable them, I get a "Bad Request". I'm running on IIS 7.5.
Does anyone know of a Drupal 8 module which can compare two views and return the difference as another view? For example one view would be a list like:
Dog
Cat
Mouse
And the other view would be the list:
Dog
Cat
They would be compared and the difference would be returned as "Mouse" (similar to PHP array_diff() function). Thanks!