From 84996198e1841111fd429381cea35a58919ea051 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 2 Oct 2024 17:03:15 -0400 Subject: [PATCH] strict_timeline --- wrenchboard/src/shared_tool/jobs.cc | 3 +++ www-api/app/Controllers/Promo.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wrenchboard/src/shared_tool/jobs.cc b/wrenchboard/src/shared_tool/jobs.cc index 3f8445e3..92ec4ba1 100644 --- a/wrenchboard/src/shared_tool/jobs.cc +++ b/wrenchboard/src/shared_tool/jobs.cc @@ -1134,6 +1134,9 @@ long WrenchConcludeJobsOffer(CVars in, CVars &out) { x["timeline_days"] = out["timeline_days"]; x["timeline_days"].set_valid(true); + x["strict_timeline"] = out["strict_timeline"]; + x["strict_timeline"].set_valid(true); + x["loc"] = loc; x["loc"].set_valid(true); //x[""] = out[""]; x[""].set_valid( true ); diff --git a/www-api/app/Controllers/Promo.php b/www-api/app/Controllers/Promo.php index 52ad8357..09beca18 100644 --- a/www-api/app/Controllers/Promo.php +++ b/www-api/app/Controllers/Promo.php @@ -31,7 +31,7 @@ class Promo extends BaseController //$out['yyyy'] = '2024'; //$out['user_server_name'] = $this->getSiteConfigurations("system.server_name"); // 'https://dev-users.wrenchboard.com'; - log_message('critical', "Promo::user_server_name **** user_server_name ". $out["user_server_name"] ); + //log_message('critical', "Promo::user_server_name **** user_server_name ". $out["user_server_name"] ); log_message('critical', "Promo::promoStart ********* OUT ".serialize($out) ); $in['action'] = -1; // we dont need reformating on this data return $this->respond( $this->summaryReturnData($in,$out), 200);