Skip to content

Commit

Permalink
[Jobs] Fix: Loading department managers in job formular does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
TiSiE committed Apr 26, 2017
1 parent 192584f commit 310e12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Jobs/public/js/forms.manager-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

var orgId = $organizationSelect.val();

$.get('/' + basePath + '?ajax=jobs.manager-select&lang=' + lang + '&organization=' + orgId)
$.get('?ajax=jobs.manager-select&lang=' + lang + '&organization=' + orgId)
.done(function(data) {
if (data.managers) {
console.debug(data.managers);
Expand Down

0 comments on commit 310e12d

Please sign in to comment.