apigee / apigee-edge-drupal

The Apigee Edge module enables you to integrate a Drupal 9 or 8 site with Apigee.
https://www.drupal.org/project/apigee_edge
GNU General Public License v2.0
32 stars 45 forks source link

Form actions not respect multiple language redirection #1069

Open MahmoudSayed96 opened 1 month ago

MahmoudSayed96 commented 1 month ago

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,

kedarkhaire commented 1 month ago

Hi @MahmoudSayed96 Thanks for mentioning the issue, we will look into it & get back to you.