Closed (fixed)
Project:
GoogleTag Manager
Version:
8.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2021 at 02:14 UTC
Updated:
8 Nov 2021 at 12:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
marlon.buella 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 commentedComment #6
mohit.bansal623 commentedIs there anything left in this issue? I can see the merge request raised already.
Comment #7
mohit.bansal623 commentedThe changes in merge request are correct. I have verified. Attaching screenshot.
Comment #8
mohit.bansal623 commentedComment #9
marlon.buella commentedThere's no more left on my side, the status message 'The configuration options have been saved.' seems okay with me.
Comment #11
apolitsin commentedThanks!