Merge pull request #13831 from huffman/fix/edit-not-populating

Force entity list tool to refresh when opened
This commit is contained in:
John Conklin II 2018-08-16 08:21:04 -07:00 committed by GitHub
commit cb3ad63f77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -871,6 +871,7 @@ var toolBar = (function () {
}
UserActivityLogger.enabledEdit();
entityListTool.setVisible(true);
entityListTool.sendUpdate();
gridTool.setVisible(true);
grid.setEnabled(true);
propertiesTool.setVisible(true);