Final tweak for the definition for Form/Combo.

This commit is contained in:
Colin Kuskie 2011-08-16 17:04:32 -07:00
parent 52cfc73033
commit e11e6543b1

View file

@ -57,7 +57,7 @@ sub definition {
defaultValue=>undef
},
});
return $definition;
return $class->SUPER::definition($session, $definition);
}
#-------------------------------------------------------------------