Hello there
I have an object in my ontology (Entity
) that I initially created to be user editable.
Some of my Entity objects are duplicates with slightly different names so I have an action, backed by a TS function, that “merges” entity objects. It moves the links from entity2 over to entity1 and deletes entity2. I call this action from a workshop application.
I had previously tested this and it was working as intended, but now when I try to trigger this action from workshop I see this error pop up:
I can’t figure out why this is saying the object is read only. When I look at the datasources config in the ontology manager, I see that edits are enabled:
Any help in getting to the bottom of this would be greatly appreciated