On Mon, 2016-02-29 at 15:01 +0000, Dermot Williams wrote: > If I define a preset with multiple preconditions, are the > preconditions applied using AND or OR logic?
When you define it in the GUI, it's AND. But the precondition is actually just a standard MongoDB query which you can set to anything using the API. Though be careful when doing that because then updating the preset in the GUI might mess up your precondition query. Zaid _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
