Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
8 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type",!7344Issue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update...,!6922Issue #3412959 by quietone, smustgrave, longwave: Fix 12 'un' words,!6848Issue #3417553 by longwave: Remove withConsecutive() in CacheCollectorTest
Pipeline #106801 passed with warnings
Pipeline: drupal

#106831

    Pipeline: drupal

    #106821

      Pipeline: drupal

      #106813

        +1
        ......@@ -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.',
        [
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment