From 83685740c477a02776037701fa0f2989d0d47f90 Mon Sep 17 00:00:00 2001 From: howard-stearns Date: Thu, 5 Jan 2017 16:37:40 -0800 Subject: [PATCH] change wording for common case --- scripts/system/libraries/entityList.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/system/libraries/entityList.js b/scripts/system/libraries/entityList.js index a57c299128..fd2cd60b98 100644 --- a/scripts/system/libraries/entityList.js +++ b/scripts/system/libraries/entityList.js @@ -129,7 +129,9 @@ EntityListTool = function(opts) { } }); var dedupped = Object.keys(sessionIds); - if (!dedupped.length) { + if (!selectionManager.selections.length) { + Window.alert('No objects selected.'); + } else if (!dedupped.length) { Window.alert('There were no recent users of the ' + selectionManager.selections.length + ' selected objects.'); } else { // No need to subscribe if we're just sending.