Skip to content

Commit

Permalink
Backport PR spacetelescope#3231: apply api-hints styling to aperture_…
Browse files Browse the repository at this point in the history
…method in spectral extraction
  • Loading branch information
kecnry authored and meeseeksmachine committed Oct 18, 2024
1 parent 394e895 commit 4a1ae2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Bug Fixes
Cubeviz
^^^^^^^

- Add missing styling to API hints entry for aperture_method in the spectral extraction plugin. [#3231]

Imviz
^^^^^

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@
&& (bg_selected === 'None' || bg_selected_validity.is_aperture)">
<v-row>
<v-select
:menu-props="{ left: true }"
attach
:items="aperture_method_items.map(i => i.label)"
v-model="aperture_method_selected"
:label="api_hints_enabled ? 'plg.aperture_method =' : 'Aperture masking method'"
:class="api_hints_enabled ? 'api-hint' : null"
:hint="'Extract '+resulting_product_name+' using an aperture masking method in place of the subset mask.'"
persistent-hint
></v-select>
Expand Down

0 comments on commit 4a1ae2d

Please sign in to comment.