-
Type:
Bug
-
Status: Admin Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 13
-
Component/s: Custom Context
-
Labels:
-
Bug Tracker:Customer Issue
-
ToDo:
-
Distro:FreePBX Distro
This module did not save the new value of custom context when editing extension.
To fix this bug, you must add the lines highlighted in red.
customcontexts/views/extensions_hook.php
$js = '<script type="text/javascript" id="customcontext_js">
$(document).ready(function() {
$("#devinfo_context").parents(".element-container").remove();
$("#customcontext").attr("name","devinfo_context");
$("#customcontext_js").parents(".element-container").remove();
});
</script>';