Re: [dspace-tech] strange problem in the work of OrgUnit

2024-12-05 Thread Alfeu Uzai Tavares
Hi Alex, I have encountered this problem too. Seems related to the large number of relation schema metadata that is returned by the back-end and displayed in the edit metadata page. Since they can't even be edited in the Metadata tab (only in the Relationships tab), I ended up creating a themed co

[dspace-tech] Is there anyway to customize Item Page if its a Person Entity?

2024-12-05 Thread 'Soukaïna Mahboub Mehboub' via DSpace Technical Support
Hello, I have checked the Dspace 7 guide, but I only can see that you can customize Item that are not items or Items of type Publication

[dspace-tech] strange problem in the work of OrgUnit

2024-12-05 Thread Alex B
Dear colleagues, I have noticed a strange problem in the work of OrgUnit: when establishing more than 3000 relationships of one OrgUnit with different ITEMS, it is impossible to edit this OrgUnit and this OrgUnit loads very slowly on the page. [image: Screenshot from 2024-12-05 10-51-22.png] I

Re: [dspace-tech] Is there anyway to customize Item Page if its a Person Entity?

2024-12-05 Thread 'Eike Martin Löhden' via DSpace Technical Support
Hello, to customize the item pages of other entities you can do the same as for Publication entities. You just have to make sure to change the Entitytype in the @listableObjectComponent section. You can find the other default entity pages here: https://github.com/DSpace/dspace-angular/tree/ma

Re: [Extern] [dspace-tech] Do you have MediaViewer enabled; if yes, what's your experience with it? (Crossposting to DSpace Community)

2024-12-05 Thread Michael Plate
Hi Carolyn, Am 04.12.24 um 22:28 schrieb Carolyn Sullivan: Hello, Just in general, if you do have Media Viewer enabled, how has it been working for you so far on a production server?  It's easy to enable, and we have it running on a QA server so far.  Before we enable it on our production se

Re: [dspace-tech] strange problem in the work of OrgUnit

2024-12-05 Thread Alex B
Dear Mr.Tavares, thank you very much for your answer. Could you please send more detailed information about it (creating a themed component for it and filtering them from this page)? Best regards, Alex > 5 дек. 2024 г., в 15:14, Alfeu Uzai Tavares написал(а): > > Hi Alex, > > I have encounter

Re: [dspace-tech] strange problem in the work of OrgUnit

2024-12-05 Thread Alfeu Uzai Tavares
Hello, To create the themed component you will need to check the doc: https://wiki.lyrasis.org/display/DSDOC7x/User+Interface+Customization However, just today, I was having another problem with entities and created this issue , where you can check t

[dspace-tech] Re: Docker local build fails

2024-12-05 Thread 'Agustina Martinez-Garcia' via DSpace Technical Support
Hi all, In case if helps anybody running into the same issue. My local.cfg had a different value for dspace.dir variable. The notes in Dockerfile explicitly specify that that value needs to match (from Dockerfile below): # NOTE: DSPACE_INSTALL must align with the "dspace.dir" default configura

Re: [dspace-tech] Means to upload larger bitstreams to a DSpace Item via commandline?

2024-12-05 Thread 'Eike Martin Löhden' via DSpace Technical Support
Hello Carolyn, yes, you can use the saf format to upload files via command line (https://wiki.lyrasis.org/display/DSDOC8x/Updating+Items+via+Simple+Archive+Format) You'll just need to add a contents file listing the bitstreams to register and a dublin_core.xml with the uri of the item. Kind