- 
                Notifications
    
You must be signed in to change notification settings  - Fork 32
 
🐛 [Frontend] Add new parameter from node's inputs #8332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 [Frontend] Add new parameter from node's inputs #8332
Conversation
          
 | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR extends functionality to support pipeline mode alongside workbench mode for file-related operations and UI visibility. The changes enable file selection buttons, progress bars, and file browser layouts to be visible in both workbench and pipeline modes.
Key changes:
- Updated visibility conditions to include both "workbench" and "pipeline" modes
 - Added widget ID for study title renamer component
 - Extended file picker layout support for pipeline mode
 
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description | 
|---|---|
| StudyTitleWOptions.js | Added widget ID assignment for study title renamer | 
| PropForm.js | Updated visibility conditions to include pipeline mode for file buttons and parameter menu buttons | 
| FilePicker.js | Extended workbench layout usage to pipeline mode | 
| WorkbenchView.js | Updated file request handling to include pipeline mode | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!



What do these changes do?
Bug found by @sanderegg
Fix: This PR extends functionality to support
pipelinemode alongsideworkbenchui-mode for displaying "Add new parameter" button.Bonus:
studyTitleRenamerRelated issue/s
How to test
Dev-ops