updated contrib modules
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
*/
|
||||
class ViewsPluginDisplayTestCase extends ViewsSqlTest {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public static function getInfo() {
|
||||
return array(
|
||||
'name' => 'Display plugin',
|
||||
@@ -35,6 +38,7 @@ class ViewsPluginDisplayTestCase extends ViewsSqlTest {
|
||||
* Returns a test view for testFilterGroupsOverriding.
|
||||
*
|
||||
* @see testFilterGroupsOverriding
|
||||
*
|
||||
* @return view
|
||||
*/
|
||||
function viewFilterGroupsOverriding() {
|
||||
@@ -80,7 +84,9 @@ class ViewsPluginDisplayTestCase extends ViewsSqlTest {
|
||||
}
|
||||
|
||||
/**
|
||||
* Based on a bug some filter_groups landed in the overridden display, even the filters weren't overridden.
|
||||
* Based on a bug some filter_groups landed in the overridden display.
|
||||
*
|
||||
* Even the filters weren't overridden.
|
||||
* This caused multiple issues.
|
||||
* Take sure that the value from the default display are used.
|
||||
*
|
||||
@@ -191,4 +197,5 @@ class ViewsPluginDisplayTestCase extends ViewsSqlTest {
|
||||
|
||||
return $view;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user