You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Any action related to APIGEE does not redirect to the current language if I use multiple languages in the Drupal site like creating/editing an app or adding an app key.
If my site's current language is AR always redirect to EN after submitting the form.
Describe the solution you would like
We should add the current language option with form redirect.
Describe alternatives you have considered
An alternative way is to use hook_form_alter to add a custom submit handler to redirect correctly to the current site language.
Thanks,
The text was updated successfully, but these errors were encountered:
Hi,
Is your feature request related to a problem? Please describe.
Any action related to APIGEE does not redirect to the current language if I use multiple languages in the Drupal site like creating/editing an app or adding an app key.
If my site's current language is AR always redirect to EN after submitting the form.
Describe the solution you would like
We should add the current language option with form redirect.
Describe alternatives you have considered
An alternative way is to use
hook_form_alter
to add a custom submit handler to redirect correctly to the current site language.Thanks,
The text was updated successfully, but these errors were encountered: