-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
question(relations): should there be a create option in the subj/obj autocomplete? #1364
Comments
We use this feature in a project. The users paste links to rdf data from other sources and create those entities while creating realtions. |
Oh okay - perhaps we are talking about two different scenarios - correct me if I am wrong, but your usecase looks similar to what happens in the "Enrich" feature. This error is an improvement compared to #1363 but I was wondering why we need to allow this at all. I am of course wrong if the new objects created via data from other sources also use the same Create option. |
ah, yeah, there should be some information about the creation failing. thats a bug.
Hah, this is a long discussion I've had with @sennierer last week and a couple of times before! It would be ideal if it was possible to create the instance based only on the data from the URI and decide which model it should be. But currently we have to pass the target model to the method that does the import. And in the relation form you (should) see the |
So I'll create a separate issue for the background object creation failing and close this one. Thanks for the answers! |
The autocomplete offers a Create option when the input in the autocomplete field does not yield any matching results.
I think it should not be possible (and functionally at the moment, it is not possible) to create a new entity in the Subj/Obj field at the time of creating or editing a relation (this is up for debate).
But if we decide to offer this feature then it should work (related to #1363).
The text was updated successfully, but these errors were encountered: