File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
eFormAPI/eFormAPI/Infrastructure/Helpers
eform-client/src/app/modules/cases/components/case-edit-switch Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -100,3 +100,4 @@ eFormAPI/eFormApi.Integration.Tests/obj/*
100100eFormAPI /eFormApi.Tests /obj /*
101101eFormAPI /eFormAPI /content /JasperExporter.jar
102102eFormAPI /eFormAPI.Common /content /JasperExporter.jar
103+ JasperExporter.jar
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ public static List<string> GetFieldValuesByRequestField(CaseEditRequestField edi
8181 DateTime currentDate = ( DateTime ) dateFirst . Value ;
8282 if ( currentDate != null )
8383 {
84- string val = $ "{ dateFirst . FieldId } |{ currentDate : MM-dd-yyyy } ";
84+ string val = $ "{ dateFirst . FieldId } |{ currentDate : yyyy- MM-dd} ";
8585 list . Add ( val ) ;
8686 }
8787 }
Original file line number Diff line number Diff line change 11< ng-container *ngIf ="dataItemList ">
22 < ng-container *ngFor ="let dataItem of dataItemList; let i = index ">
3- < tr [style.backgroundColor] ="getStyleColorFromDataItem(dataItem) " *ngIf ="dataItem.fieldType != 'FieldContainer' ">
3+ < tr [style.backgroundColor] ="getStyleColorFromDataItem(dataItem) " *ngIf ="dataItem.fieldType != 'FieldContainer' && dataItem.fieldType != 'SaveButton' ">
44 < td >
55 < strong > {{dataItem.label}}</ strong >
66 </ td >
You can’t perform that action at this time.
0 commit comments