Skip to content

Commit bf5b7b7

Browse files
committed
Expose enable_sse_entry_point_updates through /api/configuration
The frontend entryPointStore reads this flag from configStore to pick between SSE and polling. Without the allowlist entry, the key is never serialized to the client, so even when operators set it to true the browser sees undefined and falls back to the polling branch.
1 parent ee34a59 commit bf5b7b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/galaxy/managers/configuration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ def _config_is_truthy(item, key, **context):
230230
"tool_training_recommendations_api_url": _use_config,
231231
"enable_notification_system": _use_config,
232232
"enable_sse_history_updates": _use_config,
233+
"enable_sse_entry_point_updates": _use_config,
233234
"instance_resource_url": _use_config,
234235
"instance_access_url": _use_config,
235236
"organization_name": _use_config,

0 commit comments

Comments
 (0)