overrulable="true" Precondition for workItemSave o
![]()
Hi,
We have a server side precondition for com.ibm.team.workitem.operation.workItemSave. We wanted to allow the user to Overrule in AdvisorView quickfix links. We added the overrulable="true", but it doesn't show up. Is it supported for server side preconditions? 1) The AdvisorView does show our advisor message with one custom problem resolution under "Solutions" 2) ParticipantReportImpl.setOverrulable(true) is called at the server 3) When appendOverruleQuickFix calls ParticipantReportImpl.isOverrulable(), after it return false. Thanks, Dekel |
2 answers
![]()
Server side preconditions are not currently overrulable.
See https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/26163 and https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/51667 --- Ryan Manwiller Jazz Team |
![]()
Jared Burns (4.5k●2●9)
| answered Oct 27 '08, 2:08 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Sorry, no. We do not support overruling server-side preconditions yet.
Jared Burns Jazz Process Team dekelc wrote: Hi, |