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
rtir
Commits
1b6ac90c
Commit
1b6ac90c
authored
Dec 07, 2011
by
Ruslan Zakirov
Committed by
Kevin Falcone
Apr 10, 2013
Browse files
we removed _RTIR_ prefix from CFs, fix add_constituency
(cherry picked from commit
318135fb
)
parent
0cbfd5c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
etc/add_constituency
View file @
1b6ac90c
...
...
@@ -205,7 +205,7 @@ sub prompt_yN {
sub
get_cf
{
my
$cf
=
RT::
CustomField
->
new
(
$
RT::
SystemUser
);
$cf
->
Load
(
"
_RTIR_
Constituency
"
);
$cf
->
Load
(
"
Constituency
"
);
unless
(
$cf
->
id
)
{
die
"
Couldn't load the constituency custom field
";
}
...
...
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