Commit 1058cb4a authored by sbade's avatar sbade

updated source code for proper funciotning of old and new structured metadata xmls


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98398 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f59ef28e
......@@ -879,7 +879,7 @@ public class FilterCreator extends Composite
//if(!"CUST_CODE_SUNUSA".equalsIgnoreCase(colNameId))
if ("Y".equalsIgnoreCase(mandatotyFilter))
{
Window.alert(fltrInfo.getColName() + "Can't Be Empty");
Window.alert(fltrInfo.getColDescr() + " Can't Be Empty");
Window.setTitle(windowTitle);
isFilterNotSelected = true;
} else
......@@ -906,7 +906,7 @@ public class FilterCreator extends Composite
//if(!"CUST_CODE_SUNUSA".equalsIgnoreCase(colNameId) && !"CUST_CODE_DLV".equalsIgnoreCase(colNameId))
if ("Y".equalsIgnoreCase(mandatotyFilter))
{
Window.alert(fltrInfo.getColName() + "Can't Be Empty");
Window.alert(fltrInfo.getColDescr() + " Can't Be Empty");
Window.setTitle(windowTitle);
isFilterNotSelected = true;
} else
......@@ -932,7 +932,7 @@ public class FilterCreator extends Composite
fltrDateBox.hideDatePicker();
} else
{
Window.alert(fltrInfo.getColName() + "Can't Be Empty");
Window.alert(fltrInfo.getColDescr() + "Can't Be Empty");
Window.setTitle(windowTitle);
isFilterNotSelected = true;
}
......@@ -948,7 +948,6 @@ public class FilterCreator extends Composite
{
if (bulletList.getWidget(j) instanceof ListItem)
{
listItem = (ListItem) bulletList.getWidget(j);
if (listItem.getWidget(0) instanceof Paragraph)
{
......@@ -963,7 +962,6 @@ public class FilterCreator extends Composite
selectedChkBoxBuffer.append(paragraph.getText().trim());
selectedChkBoxBufferDtl.append(paragraph.getText().trim());
}
}
}
}
......@@ -977,7 +975,7 @@ public class FilterCreator extends Composite
//if(!"CUST_CODE_SUNUSA".equalsIgnoreCase(colNameId) && !"CUST_CODE_DLV".equalsIgnoreCase(colNameId))
if ("Y".equalsIgnoreCase(mandatotyFilter))
{
Window.alert(fltrInfo.getColName() + "Can't Be Empty");
Window.alert(fltrInfo.getColDescr() + "Can't Be Empty");
Window.setTitle(windowTitle);
isFilterNotSelected = true;
} else
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment