SSHOC / sshoc-marketplace-backend

Code for the backend
Apache License 2.0
2 stars 0 forks source link

bug - saving as draft or submitting items #172

Closed dpancic closed 1 year ago

dpancic commented 1 year ago

In GitLab by @laureD19 on Nov 16, 2022, 19:44

while creating an item from scratch, and adding specific URLs in the accessibleAt field, it creates a bug and prevent the item to be "save as draft" or "submitted".

error message received on the edit form: "Last submission failed: Source item id is required because source was matched with 'CLARIN Resource Families' by Accessible at Url." >>> with the following URL used in accessibleAt:

image

error message received on the edit form: "Last submission failed: Source item id is required because source was matched with 'The Programming Historian' by Accessible at Url." For indeed a PH url in accessibleAt: image

this bug has been encountered today during the workshop on the production instance by several users. I've reproduced on stage for these last examples.

bug connected to: https://gitlab.gwdg.de/sshoc/sshoc-marketplace-backend/-/issues/169

notify also @KlausIllmayer @stefanprobst @vronk

dpancic commented 1 year ago

In GitLab by @vronk on Nov 18, 2022, 15:37

seems related to #169

dpancic commented 1 year ago

In GitLab by @vronk on Nov 18, 2022, 15:37

marked this issue as related to #169

laureD19 commented 1 year ago

solved together with #169