mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-10 06:14:43 +00:00
Merge pull request #371 from LeGast00n/master
Works with collapsed admin elements
This commit is contained in:
commit
2c5fb88771
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