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?

0
4 comments

The dependency between the two languages must be of the "Extends" kind.

0

Mine is like this but I still get the error message

0

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:

0

This fixed it. Thanks a lot.

0

Please sign in to leave a comment.