Issue #2623568 by yanniboi, claudiu.cristea, himanshugautam, anil280988, sidharthap, Sagar Ramgade, dawehner, tstoeckler: Config schema of argument_default plugins is incorrect
parent
4fc22ade01
commit
04a771a74b
|
@ -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".
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue