Skip to content

4.3.68

Compare
Choose a tag to compare
@k-anderson k-anderson released this 05 Dec 00:11
· 294 commits to 4.3 since this release

Generic badge

Changes for 4.3.68

Changes to branch 4.3 after version 4.3.67.

Commits
  • make clear that the template is ignored, not disabled - by icehess

    Mark the notification as ignored when transaction templates (for successful transaction) or transaction failed template is not being processed.

    Binding for these two notifications is same, and the templates are checking success in DataJObj to see if the notification is for them to process or the other module. Previously if the notification is for example for failed transaction, the successful template mark itself as disabled which is miss leading, because the template is not disabled it is simply is being process as this notification is irrelevant to the template. With current implementation in teletype these multiple templates can mark them as ignore when they don't want to process the notification so notification publisher consider it as done.

    master pr: #6177