mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-13 23:53:09 +00:00
Works with collapsed admin elements
This commit is contained in:
parent
f0503c2b2d
commit
9fc4a44080
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue