-
Notifications
You must be signed in to change notification settings - Fork 159
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
create .space folder if removed #9793
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
packages/web-app-files/src/composables/actions/spaces/useSpaceActionsUploadImage.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👍 Please add a changelog item (type enhancement), then this is good to go.
packages/web-app-files/src/composables/actions/spaces/useSpaceActionsUploadImage.ts
Outdated
Show resolved
Hide resolved
Code LGTM, one unit test is failing though: https://drone.owncloud.com/owncloud/web/39514/9/5 |
Kudos, SonarCloud Quality Gate passed! |
* create .space folder if removed * space folder check by api, updating drive to refresh readme * bugfix .space folder changelog * creating space config folder in composable * rename createDefaultConfigFolder to createDefaultMetaFolder * useCreateSpace fix
* create .space folder if removed * space folder check by api, updating drive to refresh readme * bugfix .space folder changelog * creating space config folder in composable * rename createDefaultConfigFolder to createDefaultMetaFolder * useCreateSpace fix
Description
If image is being updated, files are checked for '.space' existing. If the folder is missing, it will be created with default readme.md
Related Issue
.space
folder when updating image or readme for a space #9788Types of changes
Checklist: