We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f963a2f commit 546b96eCopy full SHA for 546b96e
whelktool/scripts/cleanups/2021/09/lxl-3376-contribution-from-respStatement/script.groovy
@@ -58,7 +58,7 @@ selectByIds(fiction) { data ->
58
59
if (matchedOnName) {
60
// Contributor found locally, no need to search further later
61
- contributorsInRespStmt.remove(matchedOnName)
+ contributorsInRespStmt.remove(matchedOnName.key)
62
63
List cRoles = asList(c.role)
64
List rRoles = matchedOnName.value
0 commit comments