Skip to content

Commit

Permalink
Merge branch 'release/2.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Oct 26, 2018
2 parents 15c14b3 + 11b3907 commit bdc82d5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions itilcategorygroups.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Potom, pro každou z kategorií požadavku je možné určit která skupina bude
<author>François Legastelois</author>
</authors>
<versions>
<version>
<num>2.1.3</num>
<compatibility>9.3</compatibility>
</version>
<version>
<num>2.1.2</num>
<compatibility>9.3</compatibility>
Expand Down
Binary file modified locales/it_IT.mo
Binary file not shown.
7 changes: 4 additions & 3 deletions locales/it_IT.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Pierfrancesco Passerini <[email protected]>, 2018
# Giudy <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: GLPI Plugin - Itilcategorygroups\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-22 14:52+0000\n"
"PO-Revision-Date: 2018-06-22 14:53+0000\n"
"Last-Translator: Cédric Anne\n"
"PO-Revision-Date: 2018-09-25 13:40+0000\n"
"Last-Translator: Pierfrancesco Passerini <[email protected]>\n"
"Language-Team: Italian (Italy) (http://www.transifex.com/teclib/glpi-plugin-itilcategorygroups/language/it_IT/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand All @@ -20,7 +21,7 @@ msgstr ""

#: hook.php:77
msgid "Level "
msgstr ""
msgstr "Livello"

#: hook.php:95 inc/category.class.php:97 inc/category.class.php:459
#: inc/group_level.class.php:92
Expand Down
7 changes: 5 additions & 2 deletions scripts/filtergroups.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,15 @@
};
var redefineDropdown = function (id, url, tickets_id, type) {
if (typeof templateResult === "undefined" && typeof formatResult !== "undefined") {
var templateResult = formatResult;
}
$('#' + id).select2({
width: '80%',
minimumInputLength: 0,
quietMillis: 100,
minimumResultsForSearch: {$CFG_GLPI['ajax_limit_count']},
closeOnSelect: false,
ajax: {
url: url,
dataType: 'json',
Expand All @@ -73,7 +76,7 @@
return { results: data.results, more: more };
}
},
templateResult: formatResult,
templateResult: templateResult,
initSelection: function (element, callback) {
var id = $(element).val();
var defaultid = '0';
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@since 2009
---------------------------------------------------------------------- */

define ('PLUGIN_ITILCATEGORYGROUPS_VERSION', '2.1.2');
define ('PLUGIN_ITILCATEGORYGROUPS_VERSION', '2.1.3');

// Minimal GLPI version, inclusive
define("PLUGIN_ITILCATEGORYGROUPS_MIN_GLPI", "9.3");
Expand Down

0 comments on commit bdc82d5

Please sign in to comment.