updated core and modules
This commit is contained in:
@@ -12,11 +12,6 @@ function views_install() {
|
||||
module_set_weight('views', 10);
|
||||
}
|
||||
|
||||
/**
|
||||
* @addtogroup updates-8.0.0-beta
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Update views field plugins.
|
||||
*/
|
||||
@@ -310,15 +305,6 @@ function _views_update_argument_map($displays) {
|
||||
return $argument_map;
|
||||
}
|
||||
|
||||
/**
|
||||
* @} End of "addtogroup updates-8.0.0-beta".
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup updates-8.0.0-rc
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Clear caches to fix entity operations field.
|
||||
*/
|
||||
@@ -328,15 +314,6 @@ function views_update_8003() {
|
||||
// field.
|
||||
}
|
||||
|
||||
/**
|
||||
* @} End of "addtogroup updates-8.0.0-rc".
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup updates-8.0.x
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Clear caches due to updated entity views data.
|
||||
*/
|
||||
@@ -344,15 +321,6 @@ function views_update_8004() {
|
||||
// Empty update to cause a cache flush so that views data is rebuilt.
|
||||
}
|
||||
|
||||
/**
|
||||
* @} End of "addtogroup updates-8.0.x".
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup updates-8.1.0
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Clear views data cache.
|
||||
*/
|
||||
@@ -390,5 +358,15 @@ function views_update_8101() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @} End of "addtogroup updates-8.1.0".
|
||||
* Rebuild the container to add a new container parameter.
|
||||
*/
|
||||
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.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user