-
Notifications
You must be signed in to change notification settings - Fork 177
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
feat(fe2): change submit logic for access settings before embedding #2278
feat(fe2): change submit logic for access settings before embedding #2278
Conversation
…systems/speckle-server into fabians/fe2-automate-integration
…ms/speckle-server into gergo/automateBackendModule
…klesystems/speckle-server into gergo/automateBackendModule
…s-settings-before-embedding
…s-settings-before-embedding
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.
Posted feedback in separate comment
…s-settings-before-embedding
@andrewwallacespeckle Maybe I wasn't clear. I want the blue alert to always say "Model embedding does not work [...]". And then under the select input write the text "To change this setting [...]" if user is not Owner. And btw that copy can be shortened to "You must be an Owner of this project to change this setting". |
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.
nice!
Description & motivation
Previously, when you tried to embed a Private project, you would be greeted with a Dialog warning that this was not possible, and a select which allowed you to change the project access (if you are an owner).
This updated instantly, so as soon as you selected "Public", the project was updated.
This has been changed, and a save button introduced. Now, when you change Status the Save button will be enabled, allowing the user to save.