Commit 87146ba3 authored by Bohdan Artemchuk's avatar Bohdan Artemchuk Committed by Sascha Grossenbacher
Browse files

Issue #3213800: Save button is missed on`Paragraphs library item settings` form

parent f6781607
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,6 +33,6 @@ class LibraryItemSettingsForm extends ConfigFormBase {
      '#markup' => '<p>' . $this->t('There are no settings yet.') . '</p>',
    );

    return $form;
    return parent::buildForm($form, $form_state);
  }
}
+1 −0
Original line number Diff line number Diff line
@@ -294,6 +294,7 @@ class ParagraphsLibraryTest extends ParagraphsTestBase {
    $this->assertSession()->linkExists('Manage fields');
    $this->assertSession()->linkExists('Manage form display');
    $this->assertSession()->linkExists('Manage display');
    $this->assertSession()->buttonExists('Save configuration');
    // Assert that users can create fields to
    $this->clickLink('Manage fields');
    $this->clickLink('Add field');