Commit 5f2d865b authored by Yasmeen Abuerrub's avatar Yasmeen Abuerrub Committed by Rajab Natshah
Browse files

Issue #3223852 by Qusai Taha, jedgar1mx, yasmeensalah: Fix preview in nodes with workflows

parent b2b4afed
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -46,6 +46,12 @@
      "npm-asset"
    ],
    "enable-patching": true,
    "composer-exit-on-patch-failure": true
    "composer-exit-on-patch-failure": true,
    "patches": {
      "drupal/moderation_sidebar": {
        "Issue #3264639: Fix can not preview a new node":
        "https://www.drupal.org/files/issues/2022-02-16/preview-new-node-3264639-2.patch"
      }
    }
  }
}