Class Incident
Unknown function 'Reset' in transition [assigned/ev_dispatch] for state attribute 'status' (Specify a function which prototype is in the form [public function Reset(...){return true;}])
Class UserRequest
Unknown function 'Reset' in transition [assigned/ev_dispatch] for state attribute 'status' (Specify a function which prototype is in the form [public function Reset(...){return true;}])
Someone?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I suppose you have created an extension for adding a "Reset" stimulus.
I had the same problem with you and this was because i didn't have insered the delta's
But, insert delsta where?
This error appeared after installing some extention, I think that one changed lifecycle of the incident and UserRequest. You managed to solve?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I discovered the problem, but not solution yet. I have some extensions and one is deppending another. The question is: How to define this precedence, or dependence?
I'm trying to modify a state that was created in another extension and if I use delta="merge" it does not recognize de state defined in the other extension. Maybe the simplest way will be put the both together, but it's not insteresting to me.
Last edit: lbatistadelima 2015-08-10
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How solved this problem
Someone?
This error its in Data Model Toolkit > Data Model Consistency
I suppose you have created an extension for adding a "Reset" stimulus.
I had the same problem with you and this was because i didn't have insered the delta's
.
or
<state id="user-content-requirements" _delta="define_if_not_exists"></state>
But, insert delsta where?
This error appeared after installing some extention, I think that one changed lifecycle of the incident and UserRequest. You managed to solve?
I'm with the same problem, but it isn't relative the stimuli. It's when i try to merge a new function (method) inside a transition.
Last edit: lbatistadelima 2015-08-10
I discovered the problem, but not solution yet. I have some extensions and one is deppending another. The question is: How to define this precedence, or dependence?
I'm trying to modify a state that was created in another extension and if I use delta="merge" it does not recognize de state defined in the other extension. Maybe the simplest way will be put the both together, but it's not insteresting to me.
Last edit: lbatistadelima 2015-08-10
I solved changing the name of extension (with a "z" before). The toolkit process the extensions in alphabetical order.