Import baseLanguage model
Hey, quick question. I want to use the ConceptFunctions and therefor I need to extend the BaseLanguage. I added the BaseLanguage to my Dependencies and extended ConceptFunctions in one of my concepts but I get the message "Concepts from model ...baseLanguage are extended, but the model is not imported. How do I fix this?
Please sign in to leave a comment.
The dependency between the two languages must be of the "Extends" kind.
Mine is like this but I still get the error message
This is a bit surprising. You may try to add the dependency on the baseLanguage.structure model in your structure model's dependencies, as well:
This fixed it. Thanks a lot.