@the-liberators/ngx-scrumteamsurvey-tools 2.3.70 → 2.3.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -490,8 +490,8 @@ var InterventionOwnerEnum;
490
490
  (function (InterventionOwnerEnum) {
491
491
  InterventionOwnerEnum["entireTeam"] = "EntireTeam";
492
492
  InterventionOwnerEnum["management"] = "Management";
493
- InterventionOwnerEnum["productPerson"] = "ProductOwner";
494
- InterventionOwnerEnum["teamCoach"] = "ScrumMaster";
493
+ InterventionOwnerEnum["productPerson"] = "ProductPerson";
494
+ InterventionOwnerEnum["teamCoach"] = "TeamCoach";
495
495
  InterventionOwnerEnum["teamMember"] = "TeamMember";
496
496
  InterventionOwnerEnum["stakeholder"] = "Stakeholder";
497
497
  InterventionOwnerEnum["other"] = "Other";
@@ -3577,6 +3577,7 @@ class TopicSelectorComponent {
3577
3577
  writeValue(dto) {
3578
3578
  this.topicSelectionDto = dto;
3579
3579
  this.wireUpTopicSelection();
3580
+ this.onChange(this.topicSelectionDto);
3580
3581
  }
3581
3582
  setDisabledState(isDisabled) {
3582
3583
  if (isDisabled) {