Validation error when conref pushreplacing specialization of an element
Posted: Tue Feb 07, 2012 1:32 am
I have specialized <title> to create a <customtitle>, the use of which is to conref pushreplace in to the title when the correct audience is specified. In Author view though, I'm getting a validation error that says
Thanks,
Andy
It seems to me that this message would make sense if I was not doing pushreplace because I shouldn't be able to conref a more general element (title) in place of the specialized element (customtitle). But since I'm pushreplacing, I'm actually replacing the more general element with the specialized one so I don't think the validation error is correct. Could you add a check for conaction="pushreplace" to this validation error so that it does not come up in this case?Conref was not expanded:
The source element "customtitle" with class value "+ topic/title kuali-kms-d/customtitle " is not a generalization of target element "title" with class value "- topic/title "
Thanks,
Andy