You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Developers
Dear All,
I just installed DSpace-CRIS version 7.5 over Ubuntu 22.04.Everything going well.I can start on creating collections for entities like persons and publication.In the mean time Iam not able get relationship tab while editing an item.
I was running following command to initialize the relationship.Can I get some hints on bring relationship tab at edit mode.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Developers
HI Andrea,
Sure I get it Thanks so much.
Fatih Güneş
unread,
Oct 30, 2024, 9:18:35 AM10/30/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Developers
Hi Andrea,
We went through all the steps including configuration-layout-tool.
We still do not see the relationships tab.
Is there a bug or anything missing?
We are on cris-2023.02.05 version.
Best regards,
Fatih.
Bollini, Andrea
unread,
Oct 31, 2024, 12:19:58 PM10/31/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fatih Güneş, DSpace Developers
Hi Fatih,
I figurate that the whole thread was a misunderstanding.
The previous suggestion about loading the cris-layout-configuration were meaning to show the relationship in the public pages but your initial question was about the administer "edit" page and the related relationship tab.
The relationship tab in dspace-cris is hidden as it is not needed at all. Relationships are managed via the authority framework so to see the relation you need to look to the metadata, the ones that hold a relation have the authority field set with the uuid
of the linked item. To add/edit/remove a relation just use the edit feature instead of the administer, in this way you have the same friendly UI used in the submission with the autocomplete/lookup. You can configure multiple edit modes available to different
types of users so that only authorized users can modify specific relationships.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Developers
Dear Andrea,
Thank you very much for your answer and clarification.
I am able to create relationships on DsCris now.
I understand that, you store relationships at SOLR authority core despite Dspace project storing them on relationships table.
Is that correct? If so, how do you do bulk operations, like creating thousands of relations between authors and publications? Is that only possible by updating the records?