Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

reshares are exported with path null #114

Open
butonic opened this issue Oct 9, 2019 · 0 comments
Open

reshares are exported with path null #114

butonic opened this issue Oct 9, 2019 · 0 comments

Comments

@butonic
Copy link
Member

butonic commented Oct 9, 2019

einstein shared core-10.3.0RC1 to marie. that is exported properly

cat data/export/einstein/shares.jsonl                                    
{"path":"\/core-10.3.0RC1","shareType":"user","owner":"einstein","sharedBy":"einstein","sharedWith":"marie","permissions":31,"expirationDate":null,"password":null,"name":null,"token":null}

marie reshared core-10.3.0RC1 to richard. the export for einstein now properly contains:

cat data/export/einstein/shares.jsonl                                            
{"path":"\/core-10.3.0RC1","shareType":"user","owner":"einstein","sharedBy":"einstein","sharedWith":"marie","permissions":31,"expirationDate":null,"password":null,"name":null,"token":null}
{"path":"\/core-10.3.0RC1","shareType":"user","owner":"einstein","sharedBy":"marie","sharedWith":"richard","permissions":31,"expirationDate":null,"password":null,"name":null,"token":null}

but the export for marie is missing a path

 cat data/export/marie/shares.jsonl           
{"path":null,"shareType":"user","owner":"einstein","sharedBy":"marie","sharedWith":"richard","permissions":31,"expirationDate":null,"password":null,"name":null,"token":null}

I think we should omit the reshare in maries export ...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant