mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-09-02 21:22:41 +00:00
fix: [ui tag selector] force custom tags
This commit is contained in:
parent
a3e576ed49
commit
df4bb531d2
2 changed files with 8 additions and 5 deletions
|
@ -35,6 +35,7 @@
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
<button class="btn btn-primary" onclick="tagsSelector()">
|
||||
<i class="fas fa-plus"></i>
|
||||
|
@ -47,7 +48,7 @@
|
|||
var ltags;
|
||||
var ltagsgalaxies;
|
||||
|
||||
$.getJSON("{{ url_for('tags_ui.tag_taxonomies_tags_enabled_json') }}",
|
||||
$.getJSON("{{ url_for('Tags.get_all_tags') }}",
|
||||
function(data) {
|
||||
{% if 'taxonomies_tags' in tags_selector_data %}
|
||||
var valueData = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue