Skip to content

Commit a487745

Browse files
authored
fix: ignore content moderation and workflows patch (#177)
1 parent db73844 commit a487745

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,16 @@
7171
}
7272
},
7373
"patches-ignore": {
74+
"localgovdrupal/localgov": {
75+
"drupal/core": {
76+
"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"
77+
}
78+
},
7479
"localgovdrupal/localgov_services": {
7580
"drupal/core": {
7681
"node_access filters out accessible nodes when node is left joined (1349080)" : "https://git.drupalcode.org/project/drupal/-/commit/c271adb.diff"
7782
}
78-
}
83+
}
7984
},
8085
"installer-paths": {
8186
"web/core": ["type:drupal-core"],

0 commit comments

Comments
 (0)