From 1f3015e24fe63d8ca00369cf516a6c20c2b95135 Mon Sep 17 00:00:00 2001 From: clemkeirua Date: Tue, 9 Jul 2019 15:57:20 +0200 Subject: [PATCH 1/3] suppression de camille de la liste pipedrive --- app/lib/biz_dev.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/lib/biz_dev.rb b/app/lib/biz_dev.rb index d4a50b4ff..a54b081d1 100644 --- a/app/lib/biz_dev.rb +++ b/app/lib/biz_dev.rb @@ -1,10 +1,5 @@ module BizDev BIZ_DEV_MAPPING = { - 8 => - { - full_name: "Camille Garrigue", - pipedrive_id: 3189424 - }, 9 => { full_name: "Philippe Vrignaud", From 4c9846dcd1904a47212a628c5f598a4a98a3e617 Mon Sep 17 00:00:00 2001 From: clemkeirua Date: Tue, 9 Jul 2019 16:01:54 +0200 Subject: [PATCH 2/3] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20mail=20d'activa?= =?UTF-8?q?tion=20admin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/administrateur_mailer/activate_before_expiration.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/administrateur_mailer/activate_before_expiration.haml b/app/views/administrateur_mailer/activate_before_expiration.haml index a5e0bea12..a0331b59a 100644 --- a/app/views/administrateur_mailer/activate_before_expiration.haml +++ b/app/views/administrateur_mailer/activate_before_expiration.haml @@ -15,4 +15,4 @@ Nous restons à votre disposition si vous avez besoin d’accompagnement. %p - = render partial: "layouts/mailers/bizdev_signature", locals: { author_name: "Camille Garrigue" } + = render partial: "layouts/mailers/bizdev_signature", locals: { author_name: "Benjamin Doberset" } From d29be1fe4174443dc96f02cb8c7d2dcf2fbf5142 Mon Sep 17 00:00:00 2001 From: clemkeirua Date: Tue, 9 Jul 2019 16:17:41 +0200 Subject: [PATCH 3/3] suppression de redouane de Pipedrive --- app/lib/biz_dev.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/lib/biz_dev.rb b/app/lib/biz_dev.rb index a54b081d1..52285e23d 100644 --- a/app/lib/biz_dev.rb +++ b/app/lib/biz_dev.rb @@ -9,11 +9,6 @@ module BizDev { full_name: "Benjamin Doberset", pipedrive_id: 4223834 - }, - 11 => - { - full_name: "Rédouane Bouchane", - pipedrive_id: 4438645 } }