changed: ticket plugin: redirect type in editticket winix function (when there is 'close' parameter)
fixed: prototype doesn't work with jquery (in ticket winix function) (prototype was loaded for lightbox) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@908 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -207,7 +207,7 @@ void EditTicket::MakeGet()
|
||||
if( cur->request->IsParam(L"close") )
|
||||
{
|
||||
CloseTicket();
|
||||
system->RedirectToLastItem();
|
||||
ticket_info->MakeRedirectIfPossible(*cur->request->last_item);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user