Skip to content

bug/WA-529: Fix to Vista version of Jupyter HPC Native#1708

Open
fnets wants to merge 3 commits into
mainfrom
bug/WA-529
Open

bug/WA-529: Fix to Vista version of Jupyter HPC Native#1708
fnets wants to merge 3 commits into
mainfrom
bug/WA-529

Conversation

@fnets
Copy link
Copy Markdown
Contributor

@fnets fnets commented May 22, 2026

Overview:

The Vista version of Jupyter HPC Native had Stampede3 in the title (see screenshot)

PR Status:

  • Ready.
  • Work in Progress.
  • Hold.

Related Jira tickets:

Summary of Changes:

Added version check to findAppById because we are starting to use apps with the same id, but different versions for simplicity and it is causing the wrong apps to be pulled for layout purposes.

Testing Steps:

  1. Go to https://designsafe.dev/workspace/jupyter-hpc-native?appVersion=vista
  2. You might need to add the app to the app tray locally
  3. Verify the title is no longer incorrect.

UI Photos:

Screenshot 2026-05-07 at 10 33 16 AM

Notes:

…s with the same id, but different versions for simplicity and it is causing the wrong apps to be pulled for layout purposes.
@fnets fnets requested review from jarosenb, rstijerina and van-go May 22, 2026 01:06
Comment thread client/modules/workspace/src/utils/apps.ts Outdated
for (const category of data.categories) {
for (const app of category.apps) {
if (app.app_id === appId) {
if (app.app_id === appId && app.version === version) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this still find the app if the app listing entry does not specify a version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants