]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/Administration/lp1849736_at_email_self_register.adoc
480aa0c011312cf2e36500958469734cb1972f5b
[Evergreen.git] / docs / RELEASE_NOTES_NEXT / Administration / lp1849736_at_email_self_register.adoc
1 == New Action Trigger hook for patron registration ==
2
3 Evergreen now includes a new type of Action Trigger hook: stgu.created. This hook will trigger upon the patron registration submission form. In addition to the new hook, an example Action Trigger definition is provided (disabled) entitled "Patron Registered for a card stgu.created". With clever timing and delay settings, a library can receive a single notification containing all of the pending patron registrations for a given time interval. No special server-side considerations required unless you introduce a new granularity. There is, however, a new clause introduced to the "action_trigger_filters.json.example" file.
4
5 === Upgrade instructions ===
6
7 Be sure and include this clause in your "action_trigger_filters.json.example" file
8
9 ----
10 "stgu.created" : {
11         "context_org": "home_ou",
12         "filter": {
13             "complete": "f"
14         }
15     }
16 ----