Verified Commit 65f0369b authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3419107 by Keshav Patel, Chi: FieldConfigEditForm::save should report...

Issue #3419107 by Keshav Patel, Chi: FieldConfigEditForm::save should report exceptions using warning or error messages

(cherry picked from commit 36c3154f)
parent f0e32bb3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -451,7 +451,7 @@ public function save(array $form, FormStateInterface $form_state) {
      }
    }
    catch (\Exception $e) {
      $this->messenger()->addStatus(
      $this->messenger()->addError(
        $this->t(
          'Attempt to update field %label failed: %message.',
          [