
Problem/Motivation
Upon clicking 'Save configuration' button, the page does not report whether the settings has been saved successfully or not.
Steps to reproduce
- Navigate to /admin/config/system/gtm
- Make some modifications to settings (optional)
- Click 'Save configuration'
Comment | File | Size | Author |
---|---|---|---|
#7 | gtm.png | 635.66 KB | mohit.bansal623 |
Issue fork gtm-3242888
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
marlon.buella CreditAttribution: marlon.buella as a volunteer commentedThe fix will be adding just the call to submitForm function of the parent class (Drupal\Core\Form\ConfigFormBase) inside the submitForm function in order to display the default save message.
parent::submitForm($form, $form_state);
Comment #4
avpadernoComment #5
marlon.buella CreditAttribution: marlon.buella as a volunteer commentedComment #6
mohit.bansal623 CreditAttribution: mohit.bansal623 as a volunteer and at Axelerant commentedIs there anything left in this issue? I can see the merge request raised already.
Comment #7
mohit.bansal623 CreditAttribution: mohit.bansal623 as a volunteer and at Axelerant commentedThe changes in merge request are correct. I have verified. Attaching screenshot.
Comment #8
mohit.bansal623 CreditAttribution: mohit.bansal623 as a volunteer and at Axelerant commentedComment #9
marlon.buella CreditAttribution: marlon.buella as a volunteer commentedThere's no more left on my side, the status message 'The configuration options have been saved.' seems okay with me.
Comment #11
apolitsin CreditAttribution: apolitsin commentedThanks!