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