Maintain status quo and keep the default of exporting all assets.
This commit is contained in:
parent
7accc3c57f
commit
f6f20d27d6
2 changed files with 2 additions and 2 deletions
|
|
@ -270,7 +270,7 @@ ENDSQL
|
|||
sub addIsExportable {
|
||||
my $session = shift;
|
||||
print "Adding isExportable flag for all assets (fine-grained export control)..." unless $quiet;
|
||||
$session->db->write('alter table assetData add column isExportable int(11) not null default 0');
|
||||
$session->db->write('alter table assetData add column isExportable int(11) not null default 1');
|
||||
print "DONE!\n" unless $quiet;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -457,7 +457,7 @@ sub definition {
|
|||
hoverHelp=>$i18n->get('make asset exportable description'),
|
||||
uiLevel=>9,
|
||||
fieldType=>'yesNo',
|
||||
defaultValue=>0,
|
||||
defaultValue=>1,
|
||||
},
|
||||
status=>{
|
||||
noFormPost=>1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue