From 04a771a74b693afeb15031d03b801484bcbe576a Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Tue, 10 Jan 2017 12:20:00 +0000 Subject: [PATCH] Issue #2623568 by yanniboi, claudiu.cristea, himanshugautam, anil280988, sidharthap, Sagar Ramgade, dawehner, tstoeckler: Config schema of argument_default plugins is incorrect --- core/modules/views/views.install | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/modules/views/views.install b/core/modules/views/views.install index 30ac79cf9bd..8801a93bc1a 100644 --- a/core/modules/views/views.install +++ b/core/modules/views/views.install @@ -405,6 +405,13 @@ function views_update_8200() { // Empty update to cause a cache rebuild so that the container is rebuilt. } +/** + * Rebuild cache to refresh the views config schema. + */ +function views_update_8201() { + // Empty update to cause a cache rebuild so that config schema get refreshed. +} + /** * @} End of "addtogroup updates-8.2.0". */