Missing locale for localized text in RelationshipMetaModel with "modelVersion" : "24.0.0"

I’m using A12 in my Springboot- Application with the following versions of A12-Components:

  • version(‘base’, ‘26.3.0’)
    
  • version(‘form-engine’, ‘35.1.0’)
    
  • version(‘kernel’, ‘27.5.1’)
    
  • version(‘uaa’, ‘6.1.2’)
    
  • version(‘dataservices’, ‘35.0.5’)
    

the RelationshipMetaModel with the version 24.0.0 is used, where the new localized text is not implemented. the .json file for the model that i can find localy through a search has the version 26.0.0 and the needed localization. despite that the older version is used.

issue solved, i had an old model with old version “24.0.0” in the DB, after deleting the old model from the Data base it works again :slight_smile: