Skip to content

Commit

Permalink
fix: add missing activity description for ChangeHeadersRefCommand_Aai20
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Ledentec committed Oct 24, 2024
1 parent 253dfc2 commit 2836fc2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export class ActivityItemComponent {
case "ChangeLicenseCommand_30":
rval = "copyright";
break;
case "ChangeHeadersRefCommand_Aai20":
case "ChangeMediaTypeTypeCommand":
case "ChangeParameterDefinitionTypeCommand":
case "ChangeParameterDefinitionTypeCommand_20":
Expand Down Expand Up @@ -428,6 +429,9 @@ export class ActivityItemComponent {
case "ChangeDescriptionCommand_30":
rval = "altered the API's description.";
break;
case "ChangeHeadersRefCommand_Aai20":
rval = "changed the header of message at location " + this.command()["_messagePath"] + " to " + this.command()["_headersRef"] + ".";
break;
case "ChangeLicenseCommand":
case "ChangeLicenseCommand_20":
case "ChangeLicenseCommand_30":
Expand Down

0 comments on commit 2836fc2

Please sign in to comment.