mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 14:08:42 +00:00
feat(web/problems): redirect to edit page after create problem
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8417f362e8
commit
71ecc24d19
@ -73,6 +73,9 @@ EOD;
|
|||||||
])
|
])
|
||||||
]);
|
]);
|
||||||
dataNewProblem($id);
|
dataNewProblem($id);
|
||||||
|
|
||||||
|
redirectTo("/problem/{$id}/manage/statement");
|
||||||
|
die();
|
||||||
};
|
};
|
||||||
$new_problem_form->submit_button_config['align'] = 'right';
|
$new_problem_form->submit_button_config['align'] = 'right';
|
||||||
$new_problem_form->submit_button_config['class_str'] = 'btn btn-primary';
|
$new_problem_form->submit_button_config['class_str'] = 'btn btn-primary';
|
||||||
|
Loading…
Reference in New Issue
Block a user