Fix the bundle name property.

This commit is contained in:
Colin Kuskie 2009-05-07 17:30:57 -07:00
parent e36d550e19
commit 9574533f3f

View file

@ -132,7 +132,7 @@ sub crud_definition {
$definition->{tableKey} = 'bundleId';
$definition->{sequenceKey} = '';
my $properties = $definition->{properties};
$properties->{bucketName} = {
$properties->{bundleName} = {
fieldName => 'text',
defaultValue => $i18n->get('new bundle'),
};