fix bad hoverhelp and labels in WeatherData asset
This commit is contained in:
parent
898fcc91d4
commit
f4a7c0488e
2 changed files with 5 additions and 4 deletions
|
|
@ -38,6 +38,7 @@
|
||||||
- Fixed #8962: Wrong mime-type used for json data
|
- Fixed #8962: Wrong mime-type used for json data
|
||||||
- Added: WebGUI::Pluggable find() and findAndLoad() for easier module loading
|
- Added: WebGUI::Pluggable find() and findAndLoad() for easier module loading
|
||||||
- Added RFE #327: Select All button to class list in Search asset
|
- Added RFE #327: Select All button to class list in Search asset
|
||||||
|
- Fixed #8984: Weather Asset missing hoverhelp
|
||||||
|
|
||||||
7.6.1
|
7.6.1
|
||||||
- changed: the list of extensions for the export system to pass through
|
- changed: the list of extensions for the export system to pass through
|
||||||
|
|
|
||||||
|
|
@ -49,16 +49,16 @@ sub definition {
|
||||||
fieldType => "text",
|
fieldType => "text",
|
||||||
tab => "properties",
|
tab => "properties",
|
||||||
defaultValue => undef,
|
defaultValue => undef,
|
||||||
hoverHelp => "partnerId help",
|
hoverHelp => $i18n->get("partnerId help"),
|
||||||
label => "partnerId",
|
label => $i18n->get("partnerId"),
|
||||||
subtext => '<a href="http://www.weather.com/services/xmloap.html">'.$i18n->get("you need a weather.com key").'</a>',
|
subtext => '<a href="http://www.weather.com/services/xmloap.html">'.$i18n->get("you need a weather.com key").'</a>',
|
||||||
},
|
},
|
||||||
licenseKey => {
|
licenseKey => {
|
||||||
fieldType => "text",
|
fieldType => "text",
|
||||||
tab => "properties",
|
tab => "properties",
|
||||||
defaultValue => undef,
|
defaultValue => undef,
|
||||||
hoverHelp => "licenseKey help",
|
hoverHelp => $i18n->get("licenseKey help"),
|
||||||
label => "licenseKey",
|
label => $i18n->get("licenseKey"),
|
||||||
},
|
},
|
||||||
templateId =>{
|
templateId =>{
|
||||||
fieldType=>"template",
|
fieldType=>"template",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue