Browse Source

UI-2116: Fix issue where number wasn't added to the list when getting phone number for user in SmartPBX

4.3
Jean-Roch Maitre 10 years ago
parent
commit
1c123ad64c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      submodules/users/users.js

+ 2
- 2
submodules/users/users.js View File

@ -1149,8 +1149,8 @@ define(function(require){
monster.ui.tooltips(rowTemplate);
template.find('.list-unassigned-items .empty-row').hide();
template.find('.list-unassigned-items').append(rowTemplate);
template.find('.list-assigned-items .empty-row').hide();
template.find('.list-assigned-items').append(rowTemplate);
});
});
}


Loading…
Cancel
Save