Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DatabaseBlobProvider Not Set TenantId #4943

Closed
cqgis opened this issue Aug 3, 2020 · 0 comments · Fixed by #4944
Closed

DatabaseBlobProvider Not Set TenantId #4943

cqgis opened this issue Aug 3, 2020 · 0 comments · Fixed by #4944
Assignees
Milestone

Comments

@cqgis
Copy link

cqgis commented Aug 3, 2020

Methods SaveAsync(BlobProviderSaveArgs args) and GetOrCreateContainerAsync In
DatabaseBlobProvider are not set tenantid, when save blob to database, tenantid has no data

...
blob = new DatabaseBlob(GuidGenerator.Create(), container.Id, args.BlobName, content);
...
...
container = new DatabaseBlobContainer(GuidGenerator.Create(), name);
...
@maliming maliming added the bug label Aug 3, 2020
@maliming maliming added this to the 3.1 milestone Aug 3, 2020
@maliming maliming self-assigned this Aug 3, 2020
maliming added a commit that referenced this issue Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants