Skip to content
Snippets Groups Projects
Verified Commit 34c888b1 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3088282 by alexpott, gabesullice, Wim Leers: Missing Views link...

Issue #3088282 by alexpott, gabesullice, Wim Leers: Missing Views link relationships when Views UI installed
parent 5733c62b
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ abstract class ViewResourceTestBase extends EntityResourceTestBase {
/**
* {@inheritdoc}
*/
public static $modules = ['views'];
public static $modules = ['views', 'views_ui'];
/**
* {@inheritdoc}
......@@ -91,6 +91,7 @@ protected function getNormalizedPostEntity() {
*/
protected function getExpectedCacheContexts() {
return [
'url.site',
'user.permissions',
];
}
......
# Views UI extension relation types.
# See https://tools.ietf.org/html/rfc5988#section-4.2.
edit-display-form:
uri: https://drupal.org/link-relations/edit-display-form
description: A form where a view display can be edited.
preview-form:
uri: https://drupal.org/link-relations/preview-form
description: A form where a view display can be previewed.
break-lock-form:
uri: https://drupal.org/link-relations/break-lock-form
description: A form where a view lock can be broken.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment