Nicholas Woodward

Results 13 comments of Nicholas Woodward

Looking at the history of the RSS component, the opensearch link was hard-coded until this commit that brought in the `websvc.opensearch.svccontext` parameter from dspace.cfg in the REST API – https://github.com/DSpace/dspace-angular/commit/be8a8f5f6bf9359eecc8034b22c522fe9ac1389f....

I did a little testing, and it appears the subject is getting set correctly at first. But then it gets reset to null in the send() method of Email where...

I'm not sure. I recall when I tested this it got rid of a superfluous column in the table. @alanorth When I look at your screenshot I can't tell how...

Ah. Those buttons are enclosed in `` tags, which is why there's a line break in between them. I had to inspect this page in Developer Tools and look at...

This would be a great thing to add to 6.4 since the current crosswalk is really old. Have you made any updates since opening this PR for the 4.x minor...

There are two other places where the email validation could be changed to accommodate 24 characters: - https://github.com/DSpace/dspace-angular/blob/main/src/app/info/feedback/feedback-form/feedback-form.component.ts#L32 - https://github.com/DSpace/dspace-angular/blob/main/src/app/item-page/bitstreams/request-a-copy/bitstream-request-a-copy-page.component.ts#L67 But then I noticed that the new user registration page...

The code changes make complete sense, but is there a way to test them? It appears I can use full ISO dates with milliseconds in date fields now, but I'm...

The reason statisticsCoreBase is null is because after this commit it no longer gets set. [https://github.com/DSpace/DSpace/commit/b581d473ffbc81366daa67d7036796aefdd27326](https://github.com/DSpace/DSpace/commit/b581d473ffbc81366daa67d7036796aefdd27326)

Chiming in here to say that like @pybrarian this is still a problem for one of our administrator users after they log in with Shibboleth. We're on version 7.6.1. The...

Same here. I pulled #2670 into the codebase, but this problem persists.