removing surveybundle
This commit is contained in:
parent
91b49f96b0
commit
31341e5701
1 changed files with 0 additions and 20 deletions
|
|
@ -1,20 +0,0 @@
|
|||
package WebGUI::Asset::Wobject::Survey::SurveyQuestionBundles;
|
||||
|
||||
use base WebGUI::Crud;
|
||||
|
||||
sub crud_definition {
|
||||
my ( $class, $session ) = @_;
|
||||
my $definition = $class->SUPER::crud_definition($session);
|
||||
$definition->{tableName} = 'Survey_questionBundles';
|
||||
$definition->{tableKey} = 'assetId';
|
||||
$definition->{properties}{} = {
|
||||
fieldType => 'text',
|
||||
defaultValue => undef,
|
||||
};
|
||||
$definition->{properties}{} = {
|
||||
fieldType => 'text',
|
||||
defaultValue => undef,
|
||||
};
|
||||
return $definition;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue