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
31c98413
Commit
31c98413
authored
Nov 05, 2012
by
Jim Brandt
Browse files
Default From to * on create to match any from state
parent
076edabc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
html/Callbacks/RT-Extension-MandatoryOnTransition/Ticket/Create.html/BeforeCreate
...ion-MandatoryOnTransition/Ticket/Create.html/BeforeCreate
+1
-1
No files found.
html/Callbacks/RT-Extension-MandatoryOnTransition/Ticket/Create.html/BeforeCreate
View file @
31c98413
...
...
@@ -11,7 +11,7 @@ $QueueObj->Load($Queue);
my $errors_ref = RT::Extension::MandatoryOnTransition->CheckMandatoryFields(
ARGSRef => $ARGSRef,
From => "
''
",
From => "
*
",
To => $ARGSRef->{'Status'},
Queue => $QueueObj,
);
...
...
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