Skip to content

Commit

Permalink
Added new subscription-matcher message
Browse files Browse the repository at this point in the history
  • Loading branch information
mackdk committed Dec 14, 2023
1 parent 7c913c0 commit f42a100
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ class Messages extends React.Component<Props> {
": " +
systems[data["system_id"]].name;
break;
case "no_products_associated":
message = t("Subscription with unsupported part number and no associated product has been ignored.");
additionalInformation = data["part_number"];
break;
default:
message = rawMessage["type"]; // we do not know the shape of the data, it could even be a complex nested object (bsc#1125600)

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Handle new message from subscription-matcher (bsc#1216506)

0 comments on commit f42a100

Please sign in to comment.