- First commit to issue fork.
- Status changed to Needs review
10 months ago 3:03pm 24 January 2024 - πΊπ¦Ukraine AstonVictor
We shouldn't remove the form tip for the summary field.
There is another issue with the formatted text widget. The description of the field has
edit-{FIELD_NAME}-0--description
id and we try to get label by[for="' + edit-{FIELD_NAME}-0 + '"]
selector that doesn't exist because the field hasedit-{FIELD_NAME}-0-value
selector.I added additional validation for the selector. Please, check if it works for you.
FYI the body field can have two form tips:
- description from the help text;
- info about text formats.Note that for the second form tip, I had an empty output because all children
$('.filter-guidelines').children()
havedisplay:none;
style. - Status changed to Fixed
9 months ago 11:45am 9 February 2024 - πΊπ¦Ukraine AstonVictor
Merged the MR.
Changes will be added to the next release.
Automatically closed - issue fixed for 2 weeks with no activity.