You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least in LINDAT I would like to see this guide linked to in FAQ and probably also in Submission Life Cycle (under Deleting and Modifying of Published Item) and Deposit (probably right in the begining "if you want to submit a new version of a dataset already present in the repository ..."). It is an information that users need and they will not find it at Github by themselves.
As for the fact we have so many places it needs to be refered to, see also #221 and #504 We do need a better, simpler and more visible Help section. This is a task that doesn't require great familiarity with DSpace. (that would be a separate issue I am not creating for now)
The text was updated successfully, but these errors were encountered:
* Updated table workspace with share token, created endpoint to generate share token and it is sent via email
* Added method to get workspaceitem via share token.
* Added an endpoint for changing the submission's owner.
* Added license headers
* Added test for fetching item with share Token
* Added tests to check the owner is changed
* Added better explanation why the BE must return Page object in the search endpoint
* Validate the user in the SubmissionController, it cannot be null
* Updated email - some values are fetched directly from the configuration property
* Updated preAuthorization method to ADD instead of WRITE (write is used for controlling authorization for modifying the Item) and updated shareURL
* Authorize the submitter which is trying to take sharing item via shareToken.
* Update integration test following the feature update
At least in LINDAT I would like to see this guide linked to in FAQ and probably also in Submission Life Cycle (under Deleting and Modifying of Published Item) and Deposit (probably right in the begining "if you want to submit a new version of a dataset already present in the repository ..."). It is an information that users need and they will not find it at Github by themselves.
As for the fact we have so many places it needs to be refered to, see also #221 and #504 We do need a better, simpler and more visible Help section. This is a task that doesn't require great familiarity with DSpace. (that would be a separate issue I am not creating for now)
The text was updated successfully, but these errors were encountered: