Action Clear the cache for views displays does not check if view display really exists before it tries to clear the cache. This leads to multiple PHP notices about undefined properties etc.

Comments

paulihuhtiniemi’s picture

Here is a patch for this. Check that view display exists and if not, write a log message about non-existing view display.