Commit e314ba7c authored by Florian Joriot's avatar Florian Joriot
Browse files

Correction selectpicker saisie referentiel

parent 3cc15eb4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -279,7 +279,8 @@ $.widget("ose.serviceReferentielForm", {
            this.getStructureElement().val(structure);
            $('option:not(:selected)', this.getStructureElement()).attr('disabled', true);
        }
        this.getStructureElement().selectpicker('refresh');
        this.getStructureElement().selectpicker('destroy');
        this.getStructureElement().selectpicker();
    },