Works with collapsed admin elements

This commit is contained in:
LAI 2016-05-13 10:01:57 +02:00
parent f0503c2b2d
commit 9fc4a44080

View file

@ -213,7 +213,7 @@ var google, django, gettext;
this.getAllGroupedTranslations = function () {
var grouper = new TranslationFieldGrouper({
$fields: this.$table.find('.mt').filter(
'input:visible, textarea:visible, select:visible')
'input, textarea, select')
});
//this.requiredColumns = this.getRequiredColumns();
this.initTable();