Commit 6f787df5 authored by asikarwar's avatar asikarwar

add remove rights condition


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92162 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5be98259
......@@ -614,7 +614,7 @@ public class UserRightsPrc extends ProcessEJB implements UserRightsPrcLocal , U
pSelectStmt = null;
//ended by akhilesh
if(!(relArray1.contains(rightStr[i]) || relArray.contains(rightStr[i]) || "*".equals(rightStr[i])))
if(!(relArray1.contains(rightStr[i]) || relArray.contains(rightStr[i]) || "*".equals(rightStr[i]) || "".equals(rightStr[i].trim())))
{
System.out.println("error************");
returnString="VTRIGHT";
......@@ -1050,3 +1050,4 @@ public class UserRightsPrc extends ProcessEJB implements UserRightsPrcLocal , U
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