You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently in the process of modifying TEI so as to make it compatible to a small project I'm working on. I created a new element, ListParty, and copied the attributes that are part of similar elements, such as ListPerson. Up to that point, everything is going fine and I can save the ODD. However, after adding the model class model.listLike, I get the following error when trying to download the ODD:
"Uncaught TypeError: Cannot read properties of undefined (reading 'classes')"
Is this a bug or, more likely, am I simply doing something wrong?
N.B. It seems to have to do something with changing attributes etc of element that I've created myself. For example, every time I add the attributes 'att.global' to such an element, I get the same error message when trying to download the ODD.
The text was updated successfully, but these errors were encountered:
JaapGeraerts
changed the title
Adding model.listLike creates issue
Adding model.listLike creates error when trying to download the ODD
Jan 31, 2023
I'm currently in the process of modifying TEI so as to make it compatible to a small project I'm working on. I created a new element, ListParty, and copied the attributes that are part of similar elements, such as ListPerson. Up to that point, everything is going fine and I can save the ODD. However, after adding the model class model.listLike, I get the following error when trying to download the ODD:
"Uncaught TypeError: Cannot read properties of undefined (reading 'classes')"
Is this a bug or, more likely, am I simply doing something wrong?
N.B. It seems to have to do something with changing attributes etc of element that I've created myself. For example, every time I add the attributes 'att.global' to such an element, I get the same error message when trying to download the ODD.
The text was updated successfully, but these errors were encountered: