-
Notifications
You must be signed in to change notification settings - Fork 24
Change structure of create folder model. #579
base: dev
Are you sure you want to change the base?
Conversation
@@ -59,6 +60,7 @@ COM_MEDIA_MEDIA_NAME="Name" | |||
COM_MEDIA_MEDIA_SIZE="Size" | |||
COM_MEDIA_MEDIA_TYPE="Type" | |||
COM_MEDIA_NAME="Name" | |||
COM_MEDIA_NEW_FOLDER="New folder" |
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.
Based on your screenshot I assume this should be New Folder
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.
I think, I not updated the screenshot. It's fine it should be small right ?
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.
It should be as in the screenshot
administrator/components/com_media/resources/scripts/components/modals/create-folder-modal.vue
Show resolved
Hide resolved
@@ -28,7 +27,7 @@ | |||
directives: {focus: focus}, | |||
data() { | |||
return { | |||
folder: '', | |||
folder: 'Untitled folder', |
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.
Strings should be translated
@laoneo Any action on this ? |
The system test fails. Like that it can't be merged as it will cause problems when merging into upstream. @rdeutz how should the tests being adapted? |
Summary of Changes
Changed some layouts of create folder model.
This is what I love.
If you guys also fine with this then merge.