Add user invitation facilities RSM-5
Adds user invitation to teams, and framework for assigning taems Also adds user acc. deletion.
This commit is contained in:
6
public/js/team-editor.js
vendored
Normal file
6
public/js/team-editor.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
$(function() {
|
||||
$('#assocVacancies').multiselect({
|
||||
disableIfEmpty: true,
|
||||
nonSelectedText: 'Choose vacancies...'
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user