Fix label and hoverhelp issues in the Survey::Test module.
This commit is contained in:
parent
8ead662a39
commit
63eabc01f1
1 changed files with 4 additions and 4 deletions
|
|
@ -18,14 +18,14 @@ property assetId => (
|
|||
);
|
||||
property name => (
|
||||
fieldType => 'text',
|
||||
label => [ 'test name', 'Asset_Survey' , ''],
|
||||
hoverHelp => [ 'test name help', 'Asset_Survey' , ''],
|
||||
label => [ 'test name', 'Asset_Survey' ],
|
||||
hoverHelp => [ 'test name help', 'Asset_Survey' ],
|
||||
default => '',
|
||||
);
|
||||
property test => (
|
||||
fieldType => 'codearea',
|
||||
label => [ 'test spec', 'Asset_Survey' , ''],
|
||||
hoverHelp => [ 'test spec help', 'Asset_Survey' , ''],
|
||||
label => [ 'test spec', 'Asset_Survey' ],
|
||||
hoverHelp => [ 'test spec help', 'Asset_Survey' ],
|
||||
syntax => 'js',
|
||||
default => <<END_SPEC,
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue