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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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',
    ];
  }
+11 −0
Original line number Diff line number Diff line
# 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.