mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-08 02:24:26 +00:00

* add 'status' filter (for "owners" job) ```json // type 'target' => 'owners', // filters 'databox' => 'db_databox1', 'status' => '00xxxx', 'collection' => ['test', 'boo'], 'expire_field' => 'ExpireDate', 'prior_notice' => -30, // action 'set_status' => '01xxxx', 'alerts' => [ [ 'method' => 'webhook', 'recipient' => [ 'bob@a.fr', 'joe@b.com', ], ], ], ``` * add 'set_collection' action (for "owners" job) acts on records using api, not sql * add negated clause on 'set_collection'