Hin 1036
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
added 1 commit
- e3f5c5ac - test(component-invite): Update body object when testing user invites for review
added 1 commit
- c9ec0eaf - feat(migrations): Configure migrations folder for xpub-faraday
added 1 commit
- e05a81cd - docs(migrations): Add instructions in readme for using migration scripts
added 63 commits
-
e05a81cd...c2c18d86 - 62 commits from branch
develop
- e42d9cc5 - Merge branch 'develop' of gitlab.coko.foundation:xpub/xpub-faraday into hin-1036
-
e05a81cd...c2c18d86 - 62 commits from branch
added 63 commits
-
e05a81cd...c2c18d86 - 62 commits from branch
develop
- 6e16ac1d - Merge branch 'develop' of gitlab.coko.foundation:xpub/xpub-faraday into hin-1036
-
e05a81cd...c2c18d86 - 62 commits from branch
assigned to @malexsan1
added 1 commit
- 912c7905 - refactor(fragmentInvitations): Remove default values for user details
200 206 } 201 207 202 208 if (operation === 'PATCH') { 203 if (get(object, 'type') === 'collection') { 204 return helpers.isOwner({ user, object }) 209 if (get(object.current, 'type') === 'collection') { 210 return helpers.isOwner({ user, object: object.current }) 205 211 } 206 212 207 if (get(object, 'type') === 'fragment') { 208 return helpers.isOwner({ user, object }) 213 if (get(object.current, 'type') === 'fragment') { mentioned in commit 28b3149a