We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is new in Roma-0.3.0, and I'm guessing it might be related to #101.
When an ODD is create from scratch in Roma, removing (some) inherited attributed classes throws an uncaught exception: [object Object] error.
uncaught exception: [object Object]
Following steps illustrate the issue:
<persName>
att.datable.custom
This throws the error mentioned above.
Note: the same error is thrown when att.datable.iso is removed. Yet, removing att.datable.w3c does work.
att.datable.iso
att.datable.w3c
The text was updated successfully, but these errors were encountered:
b04fded
Fixed more bugs introduced by showing ZAPped classes (#104), follow u…
fe8ce2d
…p to #113
raffazizzi
No branches or pull requests
This is new in Roma-0.3.0, and I'm guessing it might be related to #101.
When an ODD is create from scratch in Roma, removing (some) inherited attributed classes throws an
uncaught exception: [object Object]
error.Following steps illustrate the issue:
<persName>
att.datable.custom
from<persName>
This throws the error mentioned above.
Note: the same error is thrown when
att.datable.iso
is removed. Yet, removingatt.datable.w3c
does work.The text was updated successfully, but these errors were encountered: