-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fix/ Invitation revisions page - edit to remove process function is not displayed correctly #2103
base: master
Are you sure you want to change the base?
Conversation
@@ -23,7 +23,7 @@ const GroupUICode = ({ group, profileId, accessToken, reloadGroup }) => { | |||
const requestBody = { | |||
group: { | |||
id: group.id, | |||
web: modifiedWebCode.trim() ? modifiedWebCode.trim() : null, | |||
web: modifiedWebCode, |
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.
not to convert space to empty string because empty string is not allowed
to make it consistent with invitation editor
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.
In the future, we need to figure out a way to pass { delete: true }
from the UI.
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.
requires some discussion about removing process/web from invitation and group
discussed with Carlos
for now the way to delete webfield/process function is to pass space