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
The text was updated successfully, but these errors were encountered:
ellizio
changed the title
Serializers.register() throws exception when models has same names
Serializers.register() throws exception when models have same names
Mar 27, 2024
If you define a model with name already defined in another plugin you get an exception from
rd/rd-kt/rd-framework/src/main/kotlin/com/jetbrains/rd/framework/Serializers.kt
Lines 54 to 57 in 1a04cda
because
serializer.id
has default value based on model namerd/rd-kt/rd-framework/src/main/kotlin/com/jetbrains/rd/framework/Interfaces.kt
Lines 96 to 97 in 1a04cda
I had to rename my model
The text was updated successfully, but these errors were encountered: