Project

General

Profile

« Previous | Next » 

Revision 6809

Added by Jing Tao over 12 years ago

The kar id will have version number.

View differences:

lib/style/skins/sanparks/scheduleWorkflowRun.jsp
29 29
*/
30 30

  
31 31
String karLsid = request.getParameter("karid");
32
String karId = LSIDUtil.getDocId(karLsid, false);
32
String karId = LSIDUtil.getDocId(karLsid, true);
33 33
PermissionController permissionController = new PermissionController(karId);
34 34
boolean hasSchedulePermissions = 
35 35
	permissionController.hasPermission(request.getSession().getId(), AccessControlInterface.READSTRING);

Also available in: Unified diff