* fix bug #2408.
This commit is contained in:
@@ -1718,7 +1718,7 @@ class project extends control
|
||||
if(!empty($_POST))
|
||||
{
|
||||
$this->project->manageMembers($projectID);
|
||||
$this->locate($this->createLink('project', 'team', "projectID=$projectID"));
|
||||
die(js::locate($this->createLink('project', 'team', "projectID=$projectID"), 'parent'));
|
||||
}
|
||||
|
||||
/* Load model. */
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id='mainContent' class='main-content'>
|
||||
<form class='main-form' method='post' id='teamForm'>
|
||||
<form class='main-form' method='post' id='teamForm' target='hiddenwin'>
|
||||
<table class='table table-form'>
|
||||
<thead>
|
||||
<tr class='text-center'>
|
||||
|
||||
Reference in New Issue
Block a user