Closed (duplicate)
Project:
Field Group
Version:
8.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 May 2021 at 15:45 UTC
Updated:
2 Feb 2022 at 04:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
liliplanet commentedPlease can we remove the warning, I’m getting the notification constantly.
Comment #3
naresh_bavaskarIMO: Generally this warning makes sense for field group users, but for this specific requirement you might alter the
function field_group_requirements($phase) {Comment #4
liliplanet commentedWhere and how please @Naresh?
Comment #5
larisse commentedHi @Liliplanet!
As @naresh_bavaskar said, you can alter the function field_group_requirements($phase), that is in field_group.install archive.
There is a if, where is checked if Check jQuery UI Accordion is installed, then you can change this part of the code.
Comment #6
Anonymous (not verified) commentedHello, I've made this patch for you ;-)
Comment #7
liliplanet commentedThank you @Pierre! It has truly been bothering me, every time I go to reports, get a heart attack warning, all good now, again, thank you.
Comment #8
alexp999 commentedIt may be better just to change the severity from warning to info, that way the message will be in status report for those that need it, but it doesn't constantly annoy those who don't.
Comment #9
klemendev commentedThis should be added to the module, not just a patch, as this warning is quite annoying
Comment #10
jwilson3Yes this is very annoying and it bothers non-technical website stakeholders who are not Drupal experts to see a "warning" when there is no way to fix it. We even considered enabling the module as a way to make the error go away, before diving into the code to figure out what this was all about.
However, there are three issues about this accordion warning on the issue queue.
I suggest we consolidate around the oldest issue #3154304, which also incidentally has the most followers.
Comment #11
jwilson3Let's consolidate conversation on the original issue #3154304: Remove jQuery UI Accordion dependency and warning where there are more followers.