I have edited the UserRequest by doing this :
1) added a new value (progress) for the enumerated field named status
2) added a new <stimulus id="user-content-ev_progress" xsi:type="StimulusUserAction">
3) added the following code to the <transitions> part of the state <state id="user-content-assigned"></state></transitions></stimulus>
The progress_date field is a new field already defined in the Ticket class (parent of UserRequest)
I thought that i had defined everything but i have these errors above and when (of course) i am trying to change the status of a user request from assigned to progress (using the iTop UI) i get "The action has failed."
Can anyone tell me what i am missing here?
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you being so helpful dlp but finally i resolved my problem!
As always, trying to explain the problem to another person, many times drives you to the solution of the problem ;-)
The problem was some _delta="redefine" and _delta="define_if_not_exists" missing, like in
I have the following error shown by iTop toolkit:
I have edited the UserRequest by doing this :
1) added a new value (progress) for the enumerated field named status
2) added a new <stimulus id="user-content-ev_progress" xsi:type="StimulusUserAction">
3) added the following code to the <transitions> part of the state <state id="user-content-assigned"></state></transitions></stimulus>
4) Defined the progress state using the following code :
The progress_date field is a new field already defined in the Ticket class (parent of UserRequest)
I thought that i had defined everything but i have these errors above and when (of course) i am trying to change the status of a user request from assigned to progress (using the iTop UI) i get "The action has failed."
Can anyone tell me what i am missing here?
Thank you
can you give the complete datamodel? I will try to test it, and see what is wrong.
Thank you being so helpful dlp but finally i resolved my problem!
As always, trying to explain the problem to another person, many times drives you to the solution of the problem ;-)
The problem was some _delta="redefine" and _delta="define_if_not_exists" missing, like in
Great!
Yes the errors logs are not very clear when you put a wrong attribute to delta...
Last edit: dlp 2015-06-04