On the chosen admin page (admin/config/user-interface/chosen) there is a check for the library existing, and a displayed error message if it does not exist. I believe this page uses a D7 version placeholder for the t() function, and tries to substitute "!chosen" with a link to the library homepage.

Here is the error I'm getting:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dpagini created an issue. See original summary.

dpagini’s picture

This patch proposes changing "!chosen" to "@chosen". I also switched from the array() syntax to the short array syntax, per new coding standards.

Here is with the patch applied.

dpagini’s picture

Issue summary: View changes
Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, 2: chosen_server_side-2879472-2.patch, failed testing.

dpagini’s picture

Status: Needs work » Closed (outdated)

My fault. Closing this. I was using an outdated version of the library.