Closed (fixed)
Project:
Flag
Version:
8.x-4.x-dev
Component:
Flag core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2020 at 15:13 UTC
Updated:
4 Aug 2022 at 22:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
pminfPatch to just check if message text is empty before adding it.
Comment #3
pminfComment #4
pminfLast patch had wrong paths. Fixed it.
Comment #5
idebr commentedThe same symptom occurs in the Drupal.AjaxCommands.actionLinkFlash:
The script should not generate a DOM-element here if the
response.messageis an empty string.Comment #6
idebr commentedAttached patch prevents rendering of an empty message in both the js and nojs scenario.
Comment #7
eworwa commentedHi, I applied the patch from #6 and can confirm that fixes the issue.
Drupal 8.9.13
Flag 8.x-4.0-beta2
Link type: Normal link
Comment #8
seanb#6 works for me!
Comment #10
berdirCommitted.