Skip to content

Commit

Permalink
Merge pull request #1525 from spacetelescope/develop
Browse files Browse the repository at this point in the history
Release Candidate for 1.2.5
  • Loading branch information
mfixstsci committed Mar 19, 2024
2 parents 3acad65 + 427f01d commit 9c38457
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
## What's Changed

1.2.5 (2024-03-19)
==================

Web Application
~~~~~~~~~~~~~~~
- Fix Bokeh `file_html` Call by @mfixstsci
- Update Bad Pix Exclude Line by @mfixstsci
- Interactive preview image - updates for Bokeh 3 by @bhilbert4

Project & API Documentation
~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Allow creation of pngs from 3D and 4D arrays by @bhilbert4
- Add max length to charfield by @BradleySappington
- Header fix by @BradleySappington


1.2.4 (2024-03-11)
==================

Expand Down
4 changes: 2 additions & 2 deletions jwql/website/apps/jwql/templates/view_exposure.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h3>Exposure {{ group_root }}</h3>
<div class="APT_parameters">Observation: <a id="obs_id"></a></div>
<div class="APT_parameters">Visit: <a id="visit_id"></a></div>
<div class="APT_parameters"> <a></a></div>
<input class="btn btn-primary" id="viewed" value=" " type="button" onclick='toggle_viewed("{{file_root}}", "{{base_url}}");'>
<input class="btn btn-primary" id="viewed" value=" " type="button" onclick='toggle_viewed_group("{{group_root}}", "{{base_url}}");'>
</div>
<div class="d-flex flex-row">
<div class="APT_parameters">Visit Status: {{ basic_info.visit_status }}</div>
Expand Down Expand Up @@ -264,7 +264,7 @@ <h5>Submit Anomaly for Group</h5>
{% elif 'uncal' in suffixes %}
<script>change_all_filetypes('uncal', '{{group_root}}', '{{num_ints}}', "{{available_ints}}", "{{total_ints}}", '{{inst}}', "{{ detectors|join(',') }}");</script>
{% elif suffixes|length == 1 %}
<script>change_all_filetypes('{{suffixes.0}}', '{{group_root}}', '{{num_ints}}', "{{available_ints}}", "{{total_ints}}", '{{inst}}, "{{ detectors|join(',') }}";</script>
<script>change_all_filetypes('{{suffixes.0}}', '{{group_root}}', '{{num_ints}}', "{{available_ints}}", "{{total_ints}}", '{{inst}}', "{{ detectors|join(',') }}");</script>
{% else %}
<a>Unable to show image for: {{suffixes}}</a>
{% endif %}
Expand Down

0 comments on commit 9c38457

Please sign in to comment.