mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 03:09:55 +09:00
17465811 : fixed - displaying line-thorugh decoration for the closed issues
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4894 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1b57094ae0
commit
a0e2ce36df
3 changed files with 8 additions and 1 deletions
|
|
@ -10,6 +10,7 @@
|
|||
var $status = null;
|
||||
var $component = null;
|
||||
var $occured_version = null;
|
||||
var $closed_status = array('invalid', 'resolve');
|
||||
|
||||
function issueItem($document_srl = 0) {
|
||||
parent::documentItem($document_srl);
|
||||
|
|
@ -140,5 +141,9 @@
|
|||
}
|
||||
return $content;
|
||||
}
|
||||
|
||||
function isClosed() {
|
||||
return in_array($this->status, $this->closed_status);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue