Hi all,
I’m attempting to teach myself magritte and was looking at the seaside magritte editor
example and had a question:
In the editor when I select Single Option (or multiple) I get the error:
'MADescription is abstract.’
From the stack it looks like it’s created an
ExternalEditor which then uses a ToOneRelationDescription, and when it tries to get a
reference it’s attempting to create a new MADescription… causing the error.
Is this what it’s supposed to do? I seem to remember playing with the editor (a long time
ago) and it all working… but that’s probably my mind playing tricks.
I built a fresh pharo 2 with only magritte and seaside and found the same issue. I tried a
fresh 1.4 but had errors loading magritte and was too lazy to work them out :)
Should the editor work with all the description types in the popup?
Cheers,
Jupiter