New issue 289 by mdisabat...@gmail.com: Approval form exception
http://code.google.com/p/syncope/issues/detail?id=289
What steps will reproduce the problem?
1. Assign entitlements WORK_FLOW_CLAIM, WORK_FLOW_READ, WORK_FLOW_SUBMIT,
WORK_FLOW_LIST to role root.
2. Create a new user with roleid 9.
3. Login with user1 to approve.
4. Go to TODO.
What is the expected output?
Approval form with users to approve.
What do you see instead?
11:49:15.025 WARN org.springframework.web.client.RestTemplate - GET
request for "http://localhost:9080/syncope/rest/user/request/list" resulted
in 403 (Forbidden); invoking error handler
11:49:15.041 WARN org.springframework.web.client.RestTemplate - GET
request for "http://localhost:9080/syncope/rest/user/request/list" resulted
in 403 (Forbidden); invoking error handler
11:49:15.042 ERROR org.syncope.console.SyncopeRequestCycleListener -
Exception found
org.apache.wicket.WicketRuntimeException: Error attaching this container
for rendering: [WebMarkupContainer
To invoke user/request/list, the role need USER_REQUEST_LIST entitlement.
Comment #1 on issue 289 by chicchir...@gmail.com: Approval form exception
http://code.google.com/p/syncope/issues/detail?id=289
(No comment was entered for this change.)
Comment #2 on issue 289 by chicchir...@gmail.com: Approval form exception
Comment #3 on issue 289 by chicchir...@gmail.com: Approval form exception
http://code.google.com/p/syncope/issues/detail?id=289
This issue was closed by revision r1460.