개정판 46204ee1
issue #0000
Main 조회조건에서
저장 후, Refresh 후 등(project load 시 목록 clear 안되고 add만되는 오류 수정)
ID2 Project 리스트 초기화 후 add 되도록 변경
Change-Id: Ib1d702497d2a9ec96ec8a5dc243ea2c2f2db28e2
ID2.Manager/ID2.Manager/Main.cs | ||
---|---|---|
1219 | 1219 |
allTeam.Selected = true; |
1220 | 1220 |
|
1221 | 1221 |
//Project List |
1222 |
//if (this.radDropDownListProject.Items.Count > 0)
|
|
1223 |
// this.radDropDownListProject.Items.Clear();
|
|
1222 |
if (this.radDropDownListProject.Items.Count > 0) |
|
1223 |
this.radDropDownListProject.Items.Clear(); |
|
1224 | 1224 |
//informations.ProjectList.Where(x => x.GroupID.Equals(informations.ActiveProject.ProjectID)).ToList() |
1225 | 1225 |
// .ForEach(x => |
1226 | 1226 |
// { |
내보내기 Unified diff