Skip to content

Commit 140fd9e

Browse files
committed
rollback the change #4032
1 parent 46d10ad commit 140fd9e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dcm4chee-arc-ui2/src/app/study/study/study.component.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -2907,9 +2907,7 @@ export class StudyComponent implements OnInit, OnDestroy, AfterContentChecked{
29072907
if(propertie.indexOf("MWLWorklistLabel=") > -1){
29082908
let mwlLabel = propertie;
29092909
mwlLabel = mwlLabel.replace("MWLWorklistLabel=","");
2910-
if(mwlLabel){
2911-
this.filter.filterModel.WorklistLabel = mwlLabel;
2912-
}
2910+
this.filter.filterModel.WorklistLabel = mwlLabel;
29132911
}
29142912
})
29152913
}

0 commit comments

Comments
 (0)