Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Looks pretty decent!

alexpott’s picture

Status: Reviewed & tested by the community » Needs work
  1. +++ b/core/modules/views/lib/Drupal/views/Plugin/views/relationship/Broken.php
    @@ -25,9 +26,26 @@ public function adminLabel($short = FALSE) {
    +  /**
    +   * {@inheritdoc}
    +   */
    +  public function defineOptions() {
    +    return array();
    +  }
    

    Should this not be protected like the implementation it is overriding in RelationshipPluginBase

  2. +++ b/core/modules/views/lib/Drupal/views/Plugin/views/relationship/Broken.php
    @@ -25,9 +26,26 @@ public function adminLabel($short = FALSE) {
    +  public function query() {
    +  // No query to run.
    +  }
    

    Wrong indentation.

damiankloip’s picture

Status: Needs work » Needs review
FileSize
721 bytes
5.82 KB

Eagle.

dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Alex the eagle

webchick’s picture

Status: Reviewed & tested by the community » Fixed

LOL :)

Committed and pushed to 8.x. Thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.