Message Board for Rorohiko Workflow Resources
https://www.rorohiko.com/cgi-bin/yabb2/YaBB.pl
General Category >> General Board >> Receiving all 'subjectModified' events
https://www.rorohiko.com/cgi-bin/yabb2/YaBB.pl?num=1223238467

Message started by Kris Coppieters on 10/06/08 at 08:27:47

Title: Receiving all 'subjectModified' events
Post by Kris Coppieters on 10/06/08 at 08:27:47
In the more recent versions of APID, additional modification events have been added.

To avoid breaking existing code, these new events have names like modified-text, subjectModified-text, modified-recomposed-overset, etc... That means that an event filter of subjectModified will not inadvertently start capturing events like subjectModified-text, because the names don't match.

If you do want to capture all modification events, you need to use wildcards - for example, set your event filter to subjectModified* - this captures all events whose event code starts with subjectModified.

Wildcards are pretty powerful - if you wanted to capture, say, all selected as well as deselected events, you could set your event filter to subject*elected  - that covers both subjectSelected and subjectDeselected

Message Board for Rorohiko Workflow Resources » Powered by YaBB 2.5.2!
YaBB Forum Software © 2000-2024. All Rights Reserved.