Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

S-360 is pushing cancelled and invalidated tickets using an TIXnGI Api parameter called isShowDeletedTicket  showDeletedTicket which defines its visibility.

...

  1. if the cancellation cause is in the list of overrideVisibilityFlagForInvalidationReasons (default value: empty), the the visibility is true. (isShowDeletedTicketshowDeletedTicket =true)
  2. Else, if the checkbox "Notify spectator" is checked, the the visibility is set to true. (isShowDeletedTicketshowDeletedTicket =true)
  3. Else default visbility is used. Default: false (isShowDeletedTicketshowDeletedTicket =false), Can be altered using custom parameter: visibilityFlagDefaultValue

...