NOTIFY_CANCEL
This commit is contained in:
@@ -77,7 +77,7 @@ border: none;
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bodycopy">
|
||||
We have notify the task owner of your completion of the task <b>{{contract}}</b> as shown below at <a href="https://{{server_name}}/eoffer?offerID={{offer_code}}">{{site_name}}</a>.
|
||||
We have notified the task owner of your completion of the task <b>{{contract}}</b> as shown below at <a href="https://{{server_name}}/eoffer?offerID={{offer_code}}">{{site_name}}</a>.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -273,6 +273,7 @@ abstract class BaseController extends Controller
|
||||
case 'NOTIFY_COMPLETE': // notify completed
|
||||
$data['job_action'] = CONTRACT_NOTIFY_COMPLETE;
|
||||
break;
|
||||
case 'NOTIFY_CANCEL': // request cancel
|
||||
case 'REQUEST_CANCEL': // request cancel
|
||||
$data['job_action'] = CONTRACT_REQUEST_CANCEL;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user