-
Notifications
You must be signed in to change notification settings - Fork 47
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
cannot add member to team #548
Comments
@tool-rules , You should enter the email of one or more developers to invite them to the team, separated by comma in the form. I checked at my end and able to invite members to the team. You can refer https://www.drupal.org/docs/contributed-modules/apigee-edge/configure-team-management for the documentation. Are you facing the issue with specific conditions or steps? |
Yes @phdhiren I'm facing the issue of adding a member to a team. We have been able to do this in the past. It is now not working. |
@tool-rules ,
|
composer.json
view after attempting to add user When we revert to this setup, the function works again:
|
@phdhiren it seems when we update edge module from 1.1x to 1.12, invite/add member function breaks. |
Hello, we'd like to update edge module to >= 1.12 as you have marked 1.12 as resolving security concern. Apigee support ticket informs us we must use github reporting to request assistance with this. Is someone available to review why we are unable to update past 1.11? |
@tool-rules , |
Our installation is on premises. Which logs are needed, and where would we securely send to? |
Our module's documentation explains how monitor Apigee API debug logs. If you can pull out the API call/responses that happen after replicating issue, we can see why this issue is happening. If there is any sensitive info, you can modify/sanitize it before posting it. You can also send it directly to me, my email is on my profile page. However, you should still sanitize any data before sending to me. We don't need the actual private data, you can change all personally identifiable information to other values, and strip out any internal IPs/URLs. |
@tool-rules , |
@phdhiren I'd be happy to send you a video of what is being entered - I cannot post it as there would be no way to sanitize. |
Feel free to share it w/me, my email is in my profile. I can then share it w/the team. |
If you have an Apigee support account, you can also share information through a ticket opened there, and it can get to us also. |
@tool-rules @phdhiren an error is being thrown in the
On line 181 in
We should check for the case where Once we have the PR, @phdhiren can give you info on how to get the PR on a local instance for validation. |
@tool-rules, We need few more checks here:
Once you give us this information, hopefully we can find more details. Thank you for your patience and help in providing the requested information so far. |
@phdhiren - here is the name:
|
@tool-rules , Is there any custom code which alters from the default textarea to textbox? |
We checked on number 1 and 3. changing #1 to a default/basic theme made no change This is the custom code we found which touches on adding member to organization:
|
@phdhiren you are working on tasks in #548 (comment) correct? @tool-rules did you try disabling custom modules on a test instance to see if it change behavior? |
@tool-rules , If you can disable this form_alter function on test environment and check especially last two line #element_validate and #type With the release 8.x-1.12 autocomplete of email is removed which seems to be purpose of this custom function per comment. |
when we comment out:
it restores function. Was that your suggestion? |
@tool-rules , |
@phdhiren, yes this resolves our issue. Thank you for your time. |
Thanks @phdhiren , glad we figured it out. |
I thought about this a bit more, and opened a separate ticket to decide if we want to handle this situation in a way that will make it more clear if this situation arises again by someone adding custom changes: #554 |
Hello - When I try to invite/add member to team, it fails with the messages below. What do I need to do to resolve this problem?
The text was updated successfully, but these errors were encountered: