-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Context
This issues is to complete the work after this issue:
A temporary solution was made with a script to clean the metadata in the triple store but this is not solving the root cause of the problem:
related to this also:
Explanation
In the metadata extraction phase, when we save the metadata we have to save them without the tags because this will make some problem when editing/removing them from the UI.
This is the scenario:
- Ontology submitted and parsed
- In the extraction metadata phase some metadata are extracted with tags example:
keyword@en
- When saving to the triple store we save it with the tag.
- In the UI when we display it we display it like this:
keyword
(without the tag) - So after when editing/removing the keyword and save we will send the
keyword
without the tag, which will add it to the database (as duplicate)
Metadata
Metadata
Assignees
Labels
No labels