mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-15 23:00:57 +00:00
12.0 grid view support multiple selection (#6403)
* Feature - multiple selection with ctrl/shift * update grid view context menu list in multiple selection mode * fix code format * optimize codes
This commit is contained in:
@@ -276,7 +276,7 @@ class DingtalkDepartments extends Component {
|
||||
for (let i = 0, len = fails.length; i < len; i++) {
|
||||
let fail = fails[i];
|
||||
let failName = fail.type === 'department' ? fail.department_name : fail.api_user_name;
|
||||
toaster.danger(failName + ' ' + fail.msg, { duration: 3 } );
|
||||
toaster.danger(failName + ' ' + fail.msg, { duration: 3 });
|
||||
}
|
||||
};
|
||||
|
||||
|
@@ -276,7 +276,7 @@ class WorkWeixinDepartments extends Component {
|
||||
for (let i = 0, len = fails.length; i < len; i++) {
|
||||
let fail = fails[i];
|
||||
let failName = fail.type === 'department' ? fail.department_name : fail.api_user_name;
|
||||
toaster.danger(failName + ' ' + fail.msg, { duration: 3 } );
|
||||
toaster.danger(failName + ' ' + fail.msg, { duration: 3 });
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user