Skip to content

Commit

Permalink
Converted not cooperative tooltip to standard title on Filter & Displ…
Browse files Browse the repository at this point in the history
…ay button

Closes: #508
Related-Issue: #508
Projected-Results-Impact: none
  • Loading branch information
stolpeo committed Jun 20, 2022
1 parent b8b3fb1 commit 68850f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions HISTORY.rst
Expand Up @@ -52,6 +52,7 @@ Full Change List
- Improved developer setup documentation and added Windows installation instructions (#533).
- Skip commit trailer checks for dependabot (#537).
- Fixed broken VariantValidator query (#523)
- Converted not cooperative tooltip to standard title on Filter & Display button (#508).

------
v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions svs/templates/svs/_filter_form.html
Expand Up @@ -102,8 +102,8 @@
</div>
<div class="col text-right p-0">
<div class="btn-group">
<button type="submit" id="submitFilter" name="submit" value="display" class="btn btn-primary" data-toggle="tooltip" aria-haspopup="true" aria-expanded="false" data-html="true"
title="Filter variants again with current settings, limited to <i><b>Miscellaneous / Result row limit</b></i> results and display in table below"
<button type="submit" id="submitFilter" name="submit" value="display" class="btn btn-primary"
title='Filter variants again with current settings, limited to "Miscellaneous / Result row limit" results and display in table below'
data-url='{{ submit_button_url }}'
data-url-reload='{{ load_data_url }}'
{% if object.num_svs == 0 or not variant_set_exists %}disabled{% endif %}>
Expand Down
4 changes: 2 additions & 2 deletions variants/templates/variants/_filter_form.html
Expand Up @@ -134,8 +134,8 @@
</button>
{% else %}
<div class="btn-group">
<button type="button" id="submitFilter" name="submit" value="display" class="btn btn-primary" data-toggle="tooltip" aria-haspopup="true" aria-expanded="false" data-html="true"
title="Filter variants again with current settings, limited to <i><b>Miscellaneous / Result row limit</b></i> results and display in table below"
<button type="button" id="submitFilter" name="submit" value="display" class="btn btn-primary"
title='Filter variants again with current settings, limited to "Miscellaneous / Result row limit" results and display in table below'
data-url='{{ submit_button_url }}'
data-url-reload='{{ load_data_url }}'
data-url-request-last-job='{{ request_previous_job_url }}'
Expand Down

0 comments on commit 68850f1

Please sign in to comment.