Skip to content

Commit

Permalink
[front][search] #406 #414 ajout du lien vers la liste des références …
Browse files Browse the repository at this point in the history
…Laforte depuis le champ dans la recherche avancée
  • Loading branch information
fab2713 committed Feb 5, 2024
1 parent 975659d commit 46cd089
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,9 @@ <h2>Filtres de recherche</h2>
<label for="laforte">{% trans "Titre référencé et cote Laforte" %}</label>
<br>
<francoralite-laforte name="laforte" data-values="{{ parameters_instances_json.laforte }}" data-default-operator="{{ parameters.operators.laforte|default:'or' }}"></francoralite-laforte>
<a target="_blank" id="link_laforte" href="/ref_laforte">
<span class="glyphicon glyphicon-list"></span> {% trans "Laforte ..."%}
</a>
</p>
<p class="domains_song">
<label for="coupe">{% trans "Coupe(s)" %}</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,12 @@ def test_links_to_list(francoralite_context):
'id_link': 'link_instrument',
'title': 'Voix/Instruments',
},
{
'id_block': 'details_genders',
'id_checkbox': 'domains_song',
'id_link': 'link_laforte',
'title': 'Catalogue Laforte',
},
{
'id_block': 'details_genders',
'id_checkbox': 'domains_deposit',
Expand Down

0 comments on commit 46cd089

Please sign in to comment.