Currently the combination of the newest libraries update, omega 4 and this module breaks our admin backend, due to mentions calling libaries_info() through mentions_library_exists() and omega reseting the elements_info cache.

So ideally we should fix omegas code, but that is more difficult. To fix the problem we can also improve the code in mentions instead.

The check for the textcomplete in the element_info_alter is unnecessary since, the process function, which is added there, takes care of that.

I'll attach a patch to the first comment, which fixes this issue.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sepgil created an issue. See original summary.

sepgil’s picture

So here is the patch to remove the library check.

Status: Needs review » Needs work

The last submitted patch, 2: omega-libraries-bug-2837552-1.patch, failed testing.

aperedos’s picture

This patch is compatible with line endings. (Windows, Unix) of the module.

aperedos’s picture

The following patch is export from binary option (--binary). It works for me

ivnish’s picture

jQuery textcomplete is buggy in "mentions" and was temporary disabled

ivnish’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.