Skip to content

Commit

Permalink
Merge pull request #6228 from soul2zimate/WFCORE-6981-main
Browse files Browse the repository at this point in the history
[WFCORE-6981] fix incorrect alternatives in reply-properties inherited from basis attribute
  • Loading branch information
yersan authored Oct 30, 2024
2 parents 8fc2861 + f29af68 commit 9973651
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ public void marshallAsAttribute(AttributeDefinition attribute, ModelNode resourc
/** Return type for the upload-deployment-xxx operaions */
private static final SimpleAttributeDefinition UPLOAD_HASH_REPLY = SimpleAttributeDefinitionBuilder.create(CONTENT_HASH)
.setRequired(true)
.setAlternatives()
.build();


Expand Down

0 comments on commit 9973651

Please sign in to comment.