summaryrefslogtreecommitdiff
path: root/lib/gcstar/GCExport/GCExportHTML.pm
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-03-09 22:05:42 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-03-09 22:05:42 +0100
commitad3a1af7de96e4c76b3f9ac9b1539092e81d123a (patch)
tree343f50d68935c7bd689924f01b7e83316a3fb9ec /lib/gcstar/GCExport/GCExportHTML.pm
parent965998f7990b75e58fe5219f9c38a3c24198375a (diff)
parentb9a4e9c8a68dcb6b17617f4f7a5ad5ad3298bfa9 (diff)
Merge tag 'upstream/1.7.1'
Upstream version 1.7.1
Diffstat (limited to 'lib/gcstar/GCExport/GCExportHTML.pm')
-rw-r--r--lib/gcstar/GCExport/GCExportHTML.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gcstar/GCExport/GCExportHTML.pm b/lib/gcstar/GCExport/GCExportHTML.pm
index b083545..406039c 100644
--- a/lib/gcstar/GCExport/GCExportHTML.pm
+++ b/lib/gcstar/GCExport/GCExportHTML.pm
@@ -195,6 +195,7 @@ use GCExport::GCExportBase;
$parent->{options}->{modelFile}->set_sensitive($model eq 'UseFile');
$parent->{fieldsSelection}->set_sensitive($self->{isGeneric}->{$model})
if $parent->{fieldsSelection};
+ $self->{wantsFieldsSelection} = $self->{isGeneric}->{$model};
}
sub preview
@@ -240,7 +241,6 @@ use GCExport::GCExportBase;
{
my $self = shift;
return 1;
- return $self->{genericAdded} || $self->{genericModels};
}
sub wantsImagesSelection