-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 [Frontend] Fix template creation texts #7993
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] Fix template creation texts #7993
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 updates the text used when saving a study as a template or sharing it publicly to improve clarity.
- Replaces the conditional multi-line string concatenation with a ternary operator for a more concise implementation.
- Updates the text messages for both public and template modes to be more descriptive.
Comments suppressed due to low confidence (1)
services/static-webserver/client/source/class/osparc/study/SaveAsTemplate.js:52
- [nitpick] Consider verifying if the new single message formatting meets the UI requirements. If a multi-line display was intended, explicit HTML breaks may be needed for clarity.
const introText = this.__makeItPublic ?
…z/osparc-simcore into fix/update-template-helper-texts
|
@mergify queue |
🟠 Waiting for conditions to match
|
pcrespov
left a comment
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.
thx
|
@mergify queue |
|
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 666016d |



What do these changes do?
reported by @capbrown
Remove the part that was saying "select users" (the widget was removed) and update texts.
Publish:

Template:

Related issue/s
How to test
Dev-ops