-
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
apis-entities: disable enrich uri for default URI #1438
Comments
For me, a click on the "... merge data" link (previously: enrich icon) on a local object actually results in weird template output: (Not sure if that's what you meant anyway since you didn't spell it out and this isn't labelled a
bug
|
This is because the default URL created when the object is created is wrong, I think. It's wrong in most APIS instances, as far as I know. I wouldn't call it a big in the code but in the configuration and consequently the data. The default base URL for all APIS entities comes from the Django settings |
The default |
This is simply the error message, which clearly could be more verbose. It tried to fetch data from the URI |
Oops, I get an error because I have a misconfigured |
I think it doesn't make sense to enrich an entity with itself - which is what happens if we call the enrich endpoint with default URI that is created when the entity is created...
https://github.com/acdh-oeaw/apis-core-rdf/blob/main/apis_core/apis_entities/templates/apis_entities/partials/linked_open_data.html#L8C1-L9C1
The text was updated successfully, but these errors were encountered: