[dspace-tech] Rest Api Login

2023-05-09 Thread Christoforos Korifidis
Hello I am trying to login trough the rest api from curl. I need to make server to server connection so I am using curl to emulate it. I am following the guide https://github.com/DSpace/RestContract/blob/main/authentication.md First I make a call to get a csrf token: curl -X POST https://x/

[dspace-tech] isPartOf

2023-05-19 Thread Christoforos Korifidis
Hello, I have lets say building item that has two floors. Lest say I use spatial element for the building. How can I use the isPartOf relation to have a drop down with the two floors to establish the connection with the building? Sorry if this is dump question. I am new to DSpace. -- All mes

[dspace-tech] Dynamic Dropdown Form Field

2023-05-26 Thread Christoforos Korifidis
Hello, How can I create a dynamic dropdown from field? Lets say I want a drop down field that populates from a group of users or from items from a different community or collection. How can I achieve that? -- All messages to this mailing list should adhere to the Code of Conduct: https://www.

[dspace-tech] Unique Meta Data Values

2023-10-04 Thread Christoforos Korifidis
Hello, Is it possible for a meta data field to allow to have only unique values per language? Not from a predefined authority list but from a free value which would allow only unique values. -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/abo

[dspace-tech] Circular placeholder reference 'dspace.dir' in property definition

2023-10-18 Thread Christoforos Korifidis
I'm trying to install 7.6 on Azure Ubuntu 20 and we completed the installation steps for the back-end. We make a curl call to check the web application at tomcat and we are getting the following error: "Circular placeholder reference 'dspace.

[dspace-tech] UI API and point

2023-12-05 Thread Christoforos Korifidis
Hello, I am using DSpace 7.6. I can make call through the HAL browser at the end point "/server/api". When I am trying to use anglular UI I get error and I see that requests are deireted to "/api" not to "/server/api". I am struggling to find where do I change this parameter so the UI makes