fix: corretta associazione dopo aggiunta ldap
This commit is contained in:
@@ -314,7 +314,6 @@ const TicketCreateView = {
|
||||
document.getElementById('create-company-search').value = this.savedState.company_search;
|
||||
document.getElementById('create-priority').value = this.savedState.priority_id;
|
||||
document.getElementById('create-subject').value = this.savedState.subject;
|
||||
document.getElementById('create-body').value = this.savedState.body;
|
||||
|
||||
if (this.savedState.isAdvancedVisible) {
|
||||
advancedOptions.style.display = 'grid';
|
||||
|
||||
Reference in New Issue
Block a user