Renamed WorkBoardResponse::$late_url to WorkBoardResponse::$url_late
This commit is contained in:
parent
d5fd20e911
commit
c01281a538
@ -42,18 +42,18 @@ class WorkBoardResponse
|
|||||||
*/
|
*/
|
||||||
public $url;
|
public $url;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* (optional) If set, to do late items will link to this url
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $url_late;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Delay time to mark an item as late
|
* Delay time to mark an item as late
|
||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
public $warning_delay;
|
public $warning_delay;
|
||||||
|
|
||||||
/**
|
|
||||||
* (optional) If set, to do late items will link to this url
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
public $lateurl;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Number of items to do
|
* Number of items to do
|
||||||
* @var int
|
* @var int
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user