From 2c06a1865c8da6ece480dc6d69a7fd20231f0146 Mon Sep 17 00:00:00 2001 From: Charles Nepote Date: Mon, 11 Mar 2024 17:40:44 +0100 Subject: [PATCH] feat: Ignore *-chakib apps data (#9898) Ignore *-chakib apps data Photos are still uploaded if any. --- lib/ProductOpener/Config_off.pm | 40 +++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/lib/ProductOpener/Config_off.pm b/lib/ProductOpener/Config_off.pm index 7b776b4fefb70..8cf87bcdcfdf4 100644 --- a/lib/ProductOpener/Config_off.pm +++ b/lib/ProductOpener/Config_off.pm @@ -329,6 +329,46 @@ $options{product_type} = "food"; ) ], }, + { + name => "Vegan App Chakib", + conditions => [["user_id", "vegan-app-chakib"],], + actions => [["ignore"],], + notifications => [ + qw ( + slack_channel_edit-alert + ) + ], + }, + { + name => "Vegetarian App Chakib", + conditions => [["user_id", "vegetarian-app-chakib"],], + actions => [["ignore"],], + notifications => [ + qw ( + slack_channel_edit-alert + ) + ], + }, + { + name => "Allergies App Chakib", + conditions => [["user_id", "allergies-app-chakib"],], + actions => [["ignore"],], + notifications => [ + qw ( + slack_channel_edit-alert + ) + ], + }, + { + name => "Additives App Chakib", + conditions => [["user_id", "additives-app-chakib"],], + actions => [["ignore"],], + notifications => [ + qw ( + slack_channel_edit-alert + ) + ], + }, );