Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
best-practical
rt-extension-mandatoryontransition
Commits
b16e6cc6
Commit
b16e6cc6
authored
May 07, 2014
by
Jim Brandt
Browse files
Silence case sensitive search warnings
parent
ddb9d602
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lib/RT/Extension/MandatoryOnTransition.pm
lib/RT/Extension/MandatoryOnTransition.pm
+2
-1
No files found.
lib/RT/Extension/MandatoryOnTransition.pm
View file @
b16e6cc6
...
...
@@ -363,7 +363,8 @@ sub CheckMandatoryFields {
return
\
@errors
;
}
$CFs
->
Limit
(
FIELD
=>
'
Name
',
VALUE
=>
$_
,
SUBCLAUSE
=>
'
names
',
ENTRYAGGREGRATOR
=>
'
OR
'
)
$CFs
->
Limit
(
FIELD
=>
'
Name
',
VALUE
=>
$_
,
SUBCLAUSE
=>
'
names
',
ENTRYAGGREGRATOR
=>
'
OR
',
CASESENSITIVE
=>
0
)
for
@$cfs
;
# For constructing NamePrefix for both update and create
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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