Commit dc0c66e0 authored by sswain's avatar sswain

Added three right chars (B,J,U) to allow to configure in user profile


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93904 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 81d2e917
...@@ -653,6 +653,10 @@ public class UserRightsPrc extends ProcessEJB implements UserRightsPrcLocal , U ...@@ -653,6 +653,10 @@ public class UserRightsPrc extends ProcessEJB implements UserRightsPrcLocal , U
relArray.add("T"); //added by akhilesh on 24/JULY/2013 for attachment option relArray.add("T"); //added by akhilesh on 24/JULY/2013 for attachment option
relArray.add("B"); //added by Sanjaya on 27/Nov/2013[WS3GSUN010] for delete attachment on right basis
relArray.add("J"); //added by Sanjaya on 24/JULY/2013[WS3GSUN010] for delete attachment on right basis
relArray.add("U"); //added by Sanjaya on 24/JULY/2013[WS3GSUN010] for delete attachment on right basis
System.out.println("relArray and rights value 2 ["+relArray + "]"); System.out.println("relArray and rights value 2 ["+relArray + "]");
rs.close(); rs.close();
......
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