From ec7cb87a85b1bac1c6aa36d6d1f128f60b7c6a77 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Wed, 10 Apr 2024 08:25:48 -0400 Subject: [PATCH 1/2] fix typo in vue file --- jdaviz/configs/default/plugins/export/export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdaviz/configs/default/plugins/export/export.py b/jdaviz/configs/default/plugins/export/export.py index 075b3820c1..094a70ea0b 100644 --- a/jdaviz/configs/default/plugins/export/export.py +++ b/jdaviz/configs/default/plugins/export/export.py @@ -122,7 +122,7 @@ def __init__(self, *args, **kwargs): # although not all support passing overwrite plugin_table_format_options = ['ecsv', 'csv', 'fits'] self.plugin_table_format = SelectPluginComponent(self, - items='plugin-table_format_items', + items='plugin_table_format_items', selected='plugin_table_format_selected', manual_options=plugin_table_format_options) From 179148988a62c7b4053a1750689c3535c559dbf9 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Wed, 10 Apr 2024 08:27:00 -0400 Subject: [PATCH 2/2] changelog entry --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index aca4d263ae..655f3e0faa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -64,6 +64,8 @@ Other Changes and Additions Bug Fixes --------- +- Fix dropdown selection for table format in export plugin. [#2793] + Cubeviz ^^^^^^^