International-Data-Spaces-Association / DataspaceConnectorUI

User interface for the Dataspace Connector.
Apache License 2.0
10 stars 12 forks source link

additional field #309

Open the-programmerr opened 1 year ago

the-programmerr commented 1 year ago

hello, I have one question, when I changed the ontology.ttl for adding a field in an additional section, the label of the feature(text feature)is not visible in UI. Is there any solution to this issue?hello, I have one question, when I changed the ontology.ttl for adding a field in an additional section, the label of the feature(text feature)is not visible in UI. Is there any solution to this issue?

SebastianOpriel commented 1 year ago

Do you have enabled the feature? https://github.com/International-Data-Spaces-Association/DataspaceConnectorUI/blob/4eb81e95172ccf845e10327f4fd747aa2a8871f6/src/backend/.env#L1

the-programmerr commented 1 year ago

yes, I can, but the label in the UI is invisible, should I choose a specific identifier? where can I see the available feature ?

image

SebastianOpriel commented 1 year ago

A documentation of the feature can be found here: https://github.com/International-Data-Spaces-Association/DataspaceConnectorUI#add-custom-attributes-to-resources

the-programmerr commented 1 year ago

hello again, the problem has not been solved. based on the document I have added a new feature in ontology.ttl image and ontologyconfig.json image in the backend, I can see the new feature, but the label of the additional field is empty.

Do you have any idea how can I solve it?should I change anything in the ontologyLoader.js? Thanks in advance for your help.