Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion app/view/twig/issue/list_modal.twig
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,11 @@
</tr>
<tr>
<th scope="row">&nbsp;</th>
<td align="left">4.其他不变</td>
<td align="left">4.筛选条件与其他视图不同,模糊查询只会匹配非子任务的事项</td>
</tr>
<tr>
<th scope="row">&nbsp;</th>
<td align="left">5.其他不变</td>
</tr>
<tr>
<th scope="row">&nbsp;</th>
Expand Down
2 changes: 1 addition & 1 deletion config.tpl.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Masterlab主配置文件
app_url: ''
version: '3.3.1'
version: '3.3.2'
error_reporting: 'E_ERROR'
xdebug: false
trace: false
Expand Down
2 changes: 1 addition & 1 deletion config.travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Masterlab主配置文件
app_url: ''
version: '3.3.1'
version: '3.3.2'
error_reporting: 'E_ERROR'
xdebug: false
trace: false
Expand Down
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Masterlab主配置文件
app_url: ''
version: '3.3.1'
version: '3.3.2'
error_reporting: 'E_ERROR'
xdebug: false
trace: false
Expand Down
6 changes: 1 addition & 5 deletions public/install/data/main.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3507,11 +3507,7 @@ INSERT INTO `workflow_scheme_data` (`id`, `scheme_id`, `issue_type_id`, `workflo
--
-- 表的索引 `agile_board`
--
ALTER TABLE `agile_board`
ADD PRIMARY KEY (`id`),
ADD KEY `project_id` (`project_id`),
ADD KEY `weight` (`weight`),
ADD KEY `test` (`name`) USING BTREE;


--
-- 表的索引 `agile_board_column`
Expand Down
2 changes: 1 addition & 1 deletion resource/bt/config.bt.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Masterlab主配置文件
app_url: ''
version: '3.3.1'
version: '3.3.2'
error_reporting: 'E_ERROR'
xdebug: false
trace: false
Expand Down