Commit a7d45ffd authored by manohar's avatar manohar

Add and edit rights added for validation by default


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93757 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f177d86d
......@@ -596,6 +596,8 @@ public class UserRightsPrc extends ProcessEJB implements UserRightsPrcLocal , U
{
rights ="";
}
}
}
//winName=this.genericUtility.getColumnValue("win_name", detailDom);
winName = genericUtility.getColumnValueFromNode("win_name",detailDom.getElementsByTagName("Detail2").item(selectedRow));// added by akhilesh on 22/nov/12
......@@ -643,6 +645,8 @@ public class UserRightsPrc extends ProcessEJB implements UserRightsPrcLocal , U
relArray.add("#");
relArray.add("$");
relArray.add("*");
relArray.add("A"); // 11/10/13 manoharan y default add add/edit rights
relArray.add("E");// 11/10/13 manoharan y default add add/edit rights
relArray.add("C"); //added by akhilesh on 26/JULY/2013 for Copy Transaction option
relArray.add("M"); //added by akhilesh on 24/JULY/2013 for Comments option
......@@ -679,8 +683,6 @@ public class UserRightsPrc extends ProcessEJB implements UserRightsPrcLocal , U
else
rights = null;*/
}
}
// 01/06/10 manoharan
if (level1 == null || level1.trim().length() == 0)
......
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