Fix the bundle name property.
This commit is contained in:
parent
e36d550e19
commit
9574533f3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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'),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue