You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-WIP.md
+2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Release Notes for Craft CMS 4.15 (WIP)
2
2
3
3
### Content Management
4
+
- The Assets index page now prompts for confirmation when moving more than 50 assets, or assets totalling more than 50MB, at once. ([#16908](https://github.com/craftcms/cms/pull/16908))
5
+
- The success notification displayed after an asset move now includes an “Undo” button, if less than 50 assets/50MB were involved in the move. ([#16908](https://github.com/craftcms/cms/pull/16908))
4
6
- Window scrolling is now blocked when a modal window is open. ([#16768](https://github.com/craftcms/cms/pull/16768))
Copy file name to clipboardExpand all lines: src/translations/en/app.php
+3
Original file line number
Diff line number
Diff line change
@@ -153,11 +153,13 @@
153
153
'Are you sure you want to delete “{name}”?' => 'Are you sure you want to delete “{name}”?',
154
154
'Are you sure you want to discard the pending project config YAML changes?' => 'Are you sure you want to discard the pending project config YAML changes?',
155
155
'Are you sure you want to discard your changes?' => 'Are you sure you want to discard your changes?',
156
+
'Are you sure you want to move the selected items?' => 'Are you sure you want to move the selected items?',
156
157
'Are you sure you want to permanently delete the selected {type}?' => 'Are you sure you want to permanently delete the selected {type}?',
157
158
'Are you sure you want to release all jobs in the queue?' => 'Are you sure you want to release all jobs in the queue?',
158
159
'Are you sure you want to release the job “{description}”?' => 'Are you sure you want to release the job “{description}”?',
159
160
'Are you sure you want to restart the job “{description}”? Any progress could be lost.' => 'Are you sure you want to restart the job “{description}”? Any progress could be lost.',
160
161
'Are you sure you want to transfer your license to this domain?' => 'Are you sure you want to transfer your license to this domain?',
162
+
'Are you sure you want to undo the move?' => 'Are you sure you want to undo the move?',
161
163
'Are you sure you want to uninstall {plugin}? You will lose all of its associated data.' => 'Are you sure you want to uninstall {plugin}? You will lose all of its associated data.',
0 commit comments