Skip to content

Commit

Permalink
fix: ignore content moderation and workflows patch (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
millnut authored Oct 8, 2024
1 parent db73844 commit a487745
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,16 @@
}
},
"patches-ignore": {
"localgovdrupal/localgov": {
"drupal/core": {
"Content moderation and Workspaces https://www.drupal.org/project/drupal/issues/3179199#comment-15711680" : "https://www.drupal.org/files/issues/2024-08-11/3179199-3132022-content-moderation-workspaces-query.patch"
}
},
"localgovdrupal/localgov_services": {
"drupal/core": {
"node_access filters out accessible nodes when node is left joined (1349080)" : "https://git.drupalcode.org/project/drupal/-/commit/c271adb.diff"
}
}
}
},
"installer-paths": {
"web/core": ["type:drupal-core"],
Expand Down

0 comments on commit a487745

Please sign in to comment.