1. Fix for people directly not attached to an organizations not showing up, if the organization happens to be higher up in the hierarchy where it has other sub-organizations beneath it.
2. Made changes to the front-end to reflect new content in temporal vis.
This commit is contained in:
parent
85789d5e02
commit
a9214be4a2
6 changed files with 107 additions and 52 deletions
|
@ -138,9 +138,8 @@ $(document).ready(function() {
|
|||
labelToEntityRecord[val.label] = val;
|
||||
});
|
||||
|
||||
getEntityVisMode(jsonData);
|
||||
prepareTableForDataTablePagination(jsonData);
|
||||
setEntityLevel();
|
||||
setEntityLevel(getEntityVisMode(jsonData));
|
||||
|
||||
$(".disabled-checkbox-event-receiver").live("click", function () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue