fix for sf bug #1306915
This commit is contained in:
parent
6be547e55a
commit
994edb51e4
2 changed files with 6 additions and 6 deletions
|
|
@ -147,8 +147,8 @@ sub getEditForm {
|
|||
$tabform->getTab("properties")->yesNo(
|
||||
-name=>"shortcutByCriteria",
|
||||
-value=>$self->getValue("shortcutByCriteria"),
|
||||
-label=>WebGUI::International::get("Shortcut by alternate criteria?","Asset_Shortcut"),
|
||||
-hoverHelp=>WebGUI::International::get("Shortcut by alternate criteria? description","Asset_Shortcut"),
|
||||
-label=>WebGUI::International::get("Shortcut by alternate criteria","Asset_Shortcut"),
|
||||
-hoverHelp=>WebGUI::International::get("Shortcut by alternate criteria description","Asset_Shortcut"),
|
||||
-extras=>q|Onchange="
|
||||
if (this.form.shortcutByCriteria[0].checked) {
|
||||
this.form.resolveMultiples.disabled=false;
|
||||
|
|
|
|||
|
|
@ -110,9 +110,9 @@ description replace the description of the original Asset.|,
|
|||
lastUpdated => 1119905806,
|
||||
},
|
||||
|
||||
'Shortcut by alternate criteria? description' => {
|
||||
'Shortcut by alternate criteria description' => {
|
||||
message => q|Set to "yes" to enable selecting a asset based upon custom criteria. Metadata must be enabled for this option to function properly.|,
|
||||
lastUpdated => 1119905806,
|
||||
lastUpdated => 1127927137,
|
||||
},
|
||||
|
||||
'disable content lock description' => {
|
||||
|
|
@ -148,9 +148,9 @@ A property or value must be quoted if it contains spaces. Feel free to use the c
|
|||
lastUpdated => 1053183804
|
||||
},
|
||||
|
||||
'Shortcut by alternate criteria?' => {
|
||||
'Shortcut by alternate criteria' => {
|
||||
message => q|Shortcut by alternate criteria?|,
|
||||
lastUpdated => 1053183804
|
||||
lastUpdated => 1127927125
|
||||
},
|
||||
|
||||
'not equal to' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue