Skip to content

Commit

Permalink
fixing MID-7981 : name computation referenced resourceObjects instead…
Browse files Browse the repository at this point in the history
… of shadows (script in archetype definition fixed)
  • Loading branch information
katkav committed Oct 3, 2022
1 parent 1e1c074 commit 5024141
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

String name = source.name

String description = midpoint.describeResourceObjectSet(task?.activity?.work?.shadowCleanup?.resourceObjects)
String description = midpoint.describeResourceObjectSet(task?.activity?.work?.shadowCleanup?.shadows)
if(StringUtils.isNotEmpty(description)) {
return name + ': ' + description
}
Expand Down

0 comments on commit 5024141

Please sign in to comment.