-
Notifications
You must be signed in to change notification settings - Fork 27
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] Bugfix: Required inputs #6013
Conversation
services/static-webserver/client/source/class/osparc/dashboard/CardBase.js
Show resolved
Hide resolved
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.
👍
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!
Wow, cool, now the "Shared with me" also show things shared via an Organization, I thought that was much harder to implement.
Well... If it's not mine and it isn't shared with Everyone, but it is still listed by the backend, I assume it was shared with me 👍 |
What do these changes do?
Found during the NIH demo, when making an input required, in some scenarios, the required input port was marked as required in all nodes in the workbench. This PR fixes it.
Bonus:
Related issue/s
How to test
Dev-ops checklist