diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-10-06 20:17:42 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-10-06 20:17:42 -0500 |
commit | f27e48e51e2154468d960f1be656538373332ee5 (patch) | |
tree | 4d5913ab99b882966d95ccacda923a72a6d658e2 /rt/share/html/Elements | |
parent | 2b500be7e787a54eb005caa274406957728d8b1b (diff) |
RT#38481: installer scheduling: redirect to basics (custom field edit) page instead of ticket view
Diffstat (limited to 'rt/share/html/Elements')
-rw-r--r-- | rt/share/html/Elements/CalendarSlotSchedule | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rt/share/html/Elements/CalendarSlotSchedule b/rt/share/html/Elements/CalendarSlotSchedule index 632fabba3..251347148 100644 --- a/rt/share/html/Elements/CalendarSlotSchedule +++ b/rt/share/html/Elements/CalendarSlotSchedule @@ -9,6 +9,7 @@ $LengthMin => $default_timestep $custnum => undef $pkgnum => undef + $RedirectToBasics => 0 </%ARGS> % foreach my $username ( @username ) { % @@ -110,7 +111,8 @@ % '&Starts='. $Date->strftime('%F').'%20'. $Starts. % '&Due='. $Date->strftime('%F').'%20'. $Due. % '&new-MemberOf='. $member. #XXX uri_escape? -% '&Status=new'; +% '&Status=new'. +% '&RedirectToBasics='.$RedirectToBasics; % #'&Requestors='. #XXX Freeside customer requestor(s) (package? onmouseover = "boxon(this);" |