mirror of
https://github.com/sartography/protocol-builder-mock.git
synced 2025-01-12 08:44:46 +00:00
Fix for LDAP lookup issue where we had the wrong url on testing.
This commit is contained in:
parent
85bb0bf37c
commit
60bd0f22ef
@ -52,7 +52,7 @@ $(document).ready(function () {
|
||||
function SearchLDAP(event) {
|
||||
|
||||
let current_val = $('#NETBADGEID').val();
|
||||
let url = "./search_ldap/" + current_val;
|
||||
let url = {{ base_href }} + "/search_ldap/" + current_val;
|
||||
|
||||
$.ajax({
|
||||
url: url,
|
||||
|
Loading…
x
Reference in New Issue
Block a user