Skip to content

Commit

Permalink
Merge pull request #428 from ViniTou/EZP-28980-restore-under-single-l…
Browse files Browse the repository at this point in the history
…ocation-only

EZP-28980: When restoring a trash item under a new parent, the user should not be able to select multiple location in the UDW
  • Loading branch information
Łukasz Serwatka authored Apr 4, 2018
2 parents d15bf64 + 98166ad commit d1d3502
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bundle/Resources/public/js/scripts/admin.trash.list.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
title: 'Select a location to restore you content item(s)',
startingLocationId: window.eZ.adminUiConfig.universalDiscoveryWidget.startingLocationId,
allowContainersOnly: true,
restInfo: {token, siteaccess}
restInfo: {token, siteaccess},
multiple: false
}), udwContainer);
};

Expand Down

0 comments on commit d1d3502

Please sign in to comment.