I was trying to add a new type of Change. We're using the full itil-change model.
I wrote a new extension for a new Class derived from "ApprovedChange" (which seemed to be the basis for normal and emergency-change).
My Problem is, that the toolkit never finishes "Checking the consistency of the data model definition...". It just keeps on loading... I reduced the xml code to the absolute bare minimum like this:
I tried changing the parent to Change. Doesn't make a difference. Tried to change it to any other class (e.g. FunctionalCI) and it works instantly. Checks the code. Says ok.
Does anyone have an Idea, why this never finishes?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey,
I was trying to add a new type of Change. We're using the full itil-change model.
I wrote a new extension for a new Class derived from "ApprovedChange" (which seemed to be the basis for normal and emergency-change).
My Problem is, that the toolkit never finishes "Checking the consistency of the data model definition...". It just keeps on loading... I reduced the xml code to the absolute bare minimum like this:
I tried changing the parent to Change. Doesn't make a difference. Tried to change it to any other class (e.g. FunctionalCI) and it works instantly. Checks the code. Says ok.
Does anyone have an Idea, why this never finishes?