* Optimize bug edit, change render stories with ajax.

This commit is contained in:
chaideqing
2023-06-29 01:07:33 +00:00
parent ca4605a889
commit 48981b8f00
4 changed files with 39 additions and 6 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ if($this->app->tab == 'project') js::set('objectID', $bug->project);
</tr>
<tr>
<th><?php echo $lang->bug->story;?></th>
<td><div id='storyIdBox'><?php echo html::select('story', $stories, $bug->story, "class='form-control chosen'");?></div>
<td><div id='storyIdBox'><?php echo html::select('story', array(), '', "class='form-control picker-select'");?></div>
</td>
</tr>
<tr>