Fixed asset picker backend

This commit is contained in:
Matthew Smith
2019-11-25 13:40:16 +00:00
parent 127b22fe71
commit d335ab3a80
2 changed files with 7 additions and 4 deletions

View File

@@ -16,6 +16,7 @@
{% endblock %}
{% block js %}
{{ js.super }}
<script>
$('#parent_id')
.selectpicker({
@@ -55,6 +56,7 @@ $('#parent_id')
'text': "No parent"
});
}
return assets;
},
preserveSelected: false