Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
Release 6.1.0
Description
When we write the name of a group and the caracters are less than 2, a popup message appears near the element to show that we need to write more than 2 characters in order to display a list of possible groups to add. That message is not being translated.
Note: We must analyse what Select2 version Jira is using.
Options already tried:
AJS.$('#select2-groups').auiSelect2({
multiple: true,
tags: true,
minimumInputLength: 2,
placeholder: "$i18n.getText(
"jiraxporter.admin.globalsettings.automatedgroups.placeholder")",
dataType: 'json',
data: groupsArray,
language: "es",
//or
language:
{ Â *InputTooShort*: "We must have more than 2 characters" }});