hevp
hevp
A guide: https://blog.discordapp.com/lessons-from-migrating-a-large-codebase-to-react-16-e60e49102aa6
`react-router` migration guide: https://github.com/ReactTraining/react-router/blob/master/packages/react-router/docs/guides/migrating.md
Hello, thanks for reporting. This is indeed the case and will be addressed in the next release.
Related to #886
This could be addressed as follows: ``` "field_name": { "oneOf": [ { "enum": [ "accessRights", "contributor", "created", "creator", "description", "drawing", "error", "generator", "hint", "identifier", "Image", "info", "license", "modified", "MovingImage", "photo",...
Thanks for reporting. Currently this is a policy to not give any information on closed source files. Our suggested change is: send out a 404 for anonymous users, and a...
This is probably a role permission problem (EISCAT admin: 9, member: 10) for the given community: ``` GET https://eudat-b2share-test.csc.fi/api/roles/9/users {"hits":{"hits":[{"active":true,"email":"","id":6,"links":{"self":"https://eudat-b2share-test.csc.fi/api/users/6"}},{"active":true,"email":"","id":42,"links":{"self":"https://eudat-b2share-test.csc.fi/api/users/42"}},{"active":true,"email":"","id":5,"links":{"self":"https://eudat-b2share-test.csc.fi/api/users/5"}}],"total":3},"links":{}} ``` ``` GET https://eudat-b2share-test.csc.fi/api/roles/10/users {"hits":{"hits":[{"active":true,"email":"","id":6,"links":{"self":"https://eudat-b2share-test.csc.fi/api/users/6"}},{"active":true,"email":"","id":5,"links":{"self":"https://eudat-b2share-test.csc.fi/api/users/5"}}],"total":2},"links":{}} ``` Although he has the...
I think forwarding is the problem indeed. Opening the same URL in a new tab solves it for now.
With version 45.0.2454.93 for OS X the problem no longer occurs.