BUG 9103 Don't work event range of tasks SOLVED
- I add functionality to the event range of tasks
This commit is contained in:
@@ -35,12 +35,6 @@ class Event extends BaseEvent {
|
|||||||
*/
|
*/
|
||||||
protected $evn_description = '';
|
protected $evn_description = '';
|
||||||
|
|
||||||
/**
|
|
||||||
* This value the Event id select
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
protected $eventsSelect = array();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the evn_description column value.
|
* Get the evn_description column value.
|
||||||
* @return string
|
* @return string
|
||||||
@@ -636,6 +630,7 @@ class Event extends BaseEvent {
|
|||||||
foreach($aRows as $aData){
|
foreach($aRows as $aData){
|
||||||
// if the events has a condition
|
// if the events has a condition
|
||||||
if( trim($aData['EVN_CONDITIONS']) != '' ) {
|
if( trim($aData['EVN_CONDITIONS']) != '' ) {
|
||||||
|
G::LoadClass('case');
|
||||||
$oCase = new Cases();
|
$oCase = new Cases();
|
||||||
$aFields = $oCase->loadCase($APP_UID);
|
$aFields = $oCase->loadCase($APP_UID);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user