* Fix bug.
This commit is contained in:
@@ -320,7 +320,7 @@ class issue extends control
|
||||
if($resolution == 'resolved') $this->loadModel('action')->create('issue', $issueID, 'Resolved');
|
||||
$this->dao->update(TABLE_ISSUE)->set('objectID')->eq($objectID)->where('id')->eq($issueID)->exec();
|
||||
|
||||
if(isonlybody()) die(js::closeModal('parent.parent', 'this'));
|
||||
if(isonlybody()) $this->send(array('locate' => 'parent', 'message' => $this->lang->saveSuccess, 'result' => 'success'));
|
||||
die(js::locate(inLink('browse'), 'parent'));
|
||||
}
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ echo js::set('resolveLink', $this->createLink('issue', 'ajaxGetResolveForm'));
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-body" style="min-height: 282px; overflow: auto;">
|
||||
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
|
||||
<form class='form-ajax' method='post'>
|
||||
<table class="table table-form" id="solutionTable">
|
||||
<tr>
|
||||
<th><?php echo $lang->issue->resolution;?></th>
|
||||
|
||||
Reference in New Issue
Block a user