Issue #2623568 by yanniboi, claudiu.cristea, himanshugautam, anil280988, sidharthap, Sagar Ramgade, dawehner, tstoeckler: Config schema of argument_default plugins is incorrect

8.3.x
Alex Pott 2017-01-10 12:20:00 +00:00
parent 4fc22ade01
commit 04a771a74b
1 changed files with 7 additions and 0 deletions

View File

@ -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".
*/