Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
best-practical
rt
Commits
a3a10698
Commit
a3a10698
authored
Jun 29, 2014
by
sunnavy
Browse files
$name is more right as it handles the case when $Name is not defined
parent
063094fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/html/Elements/EditCustomFieldCombobox
View file @
a3a10698
...
...
@@ -52,7 +52,7 @@
% }
% (!$Multiple or !$MaxValues or !$Values or $Values->Count < $MaxValues) or return;
<& /Widgets/ComboBox,
Name => $
N
ame,
Name => $
n
ame,
Default => $Default,
Rows => $Rows,
Class => "CF-".$CustomField->id."-Edit",
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment