added: some methods in Dystem::Dirs (takes wchar_t * as an argument, now only std::wstring were)

changed: in plugin ticket: added message: WINIX_PL_TICKET_CAN_MAKE_REDIRECT
         it is sent at the end of POST request (editticket, createticket)
         if we can make a redirect (useful with AJAX)





git-svn-id: svn://ttmath.org/publicrep/winix/trunk@887 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-09-13 23:12:48 +00:00
parent 72013046fc
commit bd1f717b4c
9 changed files with 62 additions and 10 deletions

View File

@@ -531,7 +531,9 @@ void ticket_tab(Info & i)
value.is_param = true;
value.config_par = space.spaces[conf_index];
value.param_id = value.config_par->Long(L"id");
find_ticket_value(value, ticket_info.ticket->par_tab, ticket_info.item->meta);
if( ticket_info.ticket && ticket_info.item )
find_ticket_value(value, ticket_info.ticket->par_tab, ticket_info.item->meta);
}
}