mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 20:19:16 +08:00
fix(缺陷管理): 列表成员字段展示有误
--bug=1046489 --user=宋昌昌 【测试用例】新建缺陷-禅道默认/自定义模版-创建后缺陷列表部分字段未展示 https://www.tapd.cn/55049933/s/1579398
This commit is contained in:
parent
7f79a361bc
commit
c4ceb70ad5
@ -1840,7 +1840,7 @@ public class BugService {
|
||||
// 本地模板自定义字段去重
|
||||
List<TemplateCustomFieldDTO> headerCustomFields = allCustomFields.stream().filter(distinctByKey(TemplateCustomFieldDTO::getFieldId)).collect(Collectors.toList());
|
||||
// 填充自定义字段成员类型的选项值
|
||||
List<SelectOption> memberOption = bugCommonService.getHeaderHandlerOption(projectId);
|
||||
List<SelectOption> memberOption = bugCommonService.getLocalHandlerOption(projectId);
|
||||
List<CustomFieldOption> memberCustomOption = memberOption.stream().map(option -> {
|
||||
CustomFieldOption customFieldOption = new CustomFieldOption();
|
||||
customFieldOption.setValue(option.getValue());
|
||||
|
Loading…
Reference in New Issue
Block a user