Where change separator "," for ";" in Subject Keyword?

31 views
Skip to first unread message

Michel Montenegro

unread,
Jun 20, 2024, 10:55:05 AM (9 days ago) Jun 20
to DSpace Technical Support
Where change separator "," for ";" in Subject Keyword?
Current:  Subject 1,  Subject 2,  Subject 3,

I need:  Subject 1;  Subject 2;  Subject 3;

--
Atenciosamente,
Michel Pinheiro Montenegro
- Bacharel em Sistema de Informação
- [Lato Sensu] Especialista em Engenharia de Sistemas
- [Stricto Sensu] Mestre em Ciência da Computação
- [Stricto Sensu] Doutorando em Ciência da Computação

Linkedln
: https://www.linkedin.com/in/michelmontenegro/
E-mail/Gtalk: michel.m...@gmail.com

Technologiczny Informator

unread,
Jun 24, 2024, 6:53:22 AM (5 days ago) Jun 24
to DSpace Technical Support
Folder [dspace-angular]/src/app/shared/form/builder/ds-dynamic-form-ui/models/tag
file dynamic-tag.component.ts

change in two places:

if (event.keyCode === 13 || event.keyCode === 188) {
change 188 to 186

res = this.currentValue.split(',');
change to
res = this.currentValue.split(';');

Regards,
Mariusz

Michel Montenegro

unread,
Jun 24, 2024, 10:19:55 AM (5 days ago) Jun 24
to Technologiczny Informator, DSpace Technical Support
Thanks!!!
Is there a chance of harming the "Subject Keyword" already registered in DSpace on the "Item Registration" screen, or does it not interfere with the Subjects already registered? And can I change without a problem?

--
All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
---
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/57d2869a-d8ba-454c-82ee-9c0c09bcf3f3n%40googlegroups.com.

Technologiczny Informator

unread,
Jun 24, 2024, 10:25:36 AM (5 days ago) Jun 24
to DSpace Technical Support
Nothing should interfere.
Reply all
Reply to author
Forward
0 new messages