Skip to content

Commit

Permalink
Fix (all types of items can be multiedited)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aca-jov committed Sep 24, 2015
1 parent 518e07f commit a883cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/scripts/superdesk-authoring/authoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@
action.package_item = current_item.state !== 'spiked' && current_item.state !== 'scheduled' &&
!current_item.embargo && current_item.package_type !== 'takes' && current_item.state !== 'killed';

action.multi_edit = _.contains(['text', 'preformatted'], item.type) && !is_read_only_state;
action.multi_edit = !is_read_only_state;

//check for desk membership for edit rights.
if (current_item.task && current_item.task.desk) {
Expand Down

0 comments on commit a883cb4

Please sign in to comment.