- Patch #1271026 by swentel: name of shortcut should be required.
parent
6fd99dba80
commit
530af413d0
|
@ -481,6 +481,7 @@ function _shortcut_link_form_elements($shortcut_link = NULL) {
|
|||
'#size' => 40,
|
||||
'#maxlength' => 255,
|
||||
'#default_value' => $shortcut_link['link_title'],
|
||||
'#required' => TRUE,
|
||||
);
|
||||
|
||||
$form['shortcut_link']['link_path'] = array(
|
||||
|
|
Loading…
Reference in New Issue