From 9574533f3f9f683d94863b39b82fcb2092907e49 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 7 May 2009 17:30:57 -0700 Subject: [PATCH] Fix the bundle name property. --- lib/WebGUI/FilePump/Bundle.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/FilePump/Bundle.pm b/lib/WebGUI/FilePump/Bundle.pm index 4feacb554..05714ef9c 100644 --- a/lib/WebGUI/FilePump/Bundle.pm +++ b/lib/WebGUI/FilePump/Bundle.pm @@ -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'), };