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
Using the ocm share json driver, when accepting an ocm share the state field of the model is not actually updated to accepted (ie. not saved). Although the State field of the retrieved share is updated,
Using the ocm share json driver, when accepting an ocm share the state field of the model is not actually updated to
accepted
(ie. not saved). Although theState
field of the retrieved share is updated,reva/pkg/ocm/share/repository/json/json.go
Line 510 in 31fb861
the mrg model is not. And thus the update is not persisted. And listing the received share still shows it as
pending
.This
reva/pkg/ocm/share/repository/json/json.go
Line 495 in 31fb861
does not return a pointer to the model and thus the model is not updated.
The text was updated successfully, but these errors were encountered: