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
{{ message }}
This repository was archived by the owner on Sep 10, 2021. It is now read-only.
* 0384_ShareDupe_yuzheng:
BUG: refs #0384. Fix Folder::getItemsFiltered() to display shared items
BUG: Refs #0384. Fixed a logic error in sharing item. check if the destination folder is the souce folder first, then share item.
BUG: Refs #0384. Fixed the error in UploadDownloadControllerTest.
BUG: Refs #0384. fixed the styling issue.
BUG: Refs #0384. Change item name convention to avoid same named items in the same folder.
ENH: Refs #0384. Fixed style errors.
ENH: Refs #0384. Support both share and duplicate actions for items.
$this->view->json['item']['message']['sharedItem'] = $this->t('This item is currrently shared by other folders and/or communities. Deletion will make it disappear in all these folders and/or communitites. ');
264
280
$this->view->json['item']['message']['deleteMessage'] = $this->t('Do you really want to delete this item? It cannot be undone.');
265
281
$this->view->json['item']['message']['deleteMetadataMessage'] = $this->t('Do you really want to delete this metadata? It cannot be undone.');
0 commit comments