Do not recommend existing identifiers #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When adding identifiers to a Person record, I am presented with a list of other Persons' identifiers already present in the system:
Considering that identifiers are usually specific to a person, I think this is cluttering rather than helpful.
This requires a configuration similar to
id_irithat enables shacl-vue to know what an identifier (of this kind) really is. Because in principle, most of what it does is presenting identifiers for reuse. And this issue is asking for not doing what it is built for.It is technically possible to restrict the types of records to show in the dropdown (
InstancesSelectEditor) by using show/hide config specific to the component and class:That should hide everything inside the dropdown.
But I'm leaning towards @mih's interpretation. This would be working around what the intended use of the
InstancesSelectEditoris: presenting records of a specific class (and subclasses) for selection. An example where hiding the items would not be useful is if the identifier that the user wants to link has already been created, then the user would not know this.