The system save message and module save message duplicate information. See attached image.
It might be considered to either suppress the system message or concatenate additional information from module to system save message.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 3037094-7.patch | 1.3 KB | neslee canil pinto |
| #5 | double_message_upon_save-3037094-5.patch | 1.52 KB | grace_kezia |
| #2 | double_message_upon_save-3037094-2.patch | 1.52 KB | sergiu stici |
| Screen Shot 2019-03-02 at 7.53.54 PM.jpg | 23.84 KB | tomsherlock |
Comments
Comment #2
sergiu stici commentedI fixed the issue, and replaced deprecated functions drupal_get_message() and drupal_set_message() with Drupal Messenger service.
Comment #3
sergiu stici commentedComment #4
wturrell commentedThis patch doesn't seem to apply cleanly to 1.0.0-rc1 (either using composer or manually with
git apply -v)From a brief visual comparison of the source code I'm not clear why…
Comment #5
grace_kezia commentedUploading re roll patch for dev version.
Comment #6
neslee canil pintoComment #7
neslee canil pintoComment #9
neslee canil pinto