Fix templateResult into templateSelection

This commit is contained in:
Laurent Destailleur 2020-01-30 18:45:50 +01:00
parent c58f76b15c
commit 7b92aaa115

View File

@ -6552,7 +6552,7 @@ class Form
templateResult: formatResult, /* For 4.0 */
// Specify format function for selected item
formatSelection: formatSelection,
templateResult: formatSelection /* For 4.0 */
templateSelection: formatSelection /* For 4.0 */
});
});'."\n";
}