-
Notifications
You must be signed in to change notification settings - Fork 1.9k
refactor(plugin-file-manager): adjust getFileData API #6553
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
Conversation
This comment has been minimized.
This comment has been minimized.
Tests results for "E2E"7 failed 31 flaky1169 passed, 37 skipped Full HTML report. Merge workflow run. |
* refactor(plugin-file-manager): adjust getFileData API * fix(plugin-file-manager): fix cache and test case * fix(plugin-file-manager): fix test case
…permission (#6863) * fix(plugin-file-manager): fix create file record without foreignkey permission * refactor(plugin-file-manager): adjust getFileData API (#6553) * refactor(plugin-file-manager): adjust getFileData API * fix(plugin-file-manager): fix cache and test case * fix(plugin-file-manager): fix test case
This is a ...
Motivation
Adjust
getFileData
API.Description
If you are using
getFileData
method for your customized storage (which extends fromStorageType
), you need to change the logic:Related issues
Showcase
Changelog
getFileData
API of storagegetFileData
方法 APIDocs
Checklists