Skip to content

Commit

Permalink
Redirect to note after editing a note
Browse files Browse the repository at this point in the history
Fixes #27160
  • Loading branch information
atrol committed Aug 25, 2020
1 parent 17c0e83 commit f89bb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugnote_update.php
Expand Up @@ -84,4 +84,4 @@

form_security_purge( 'bugnote_update' );

print_successful_redirect( string_get_bug_view_url( $t_bug_id ) . '#bugnotes' );
print_successful_redirect( string_get_bugnote_view_url( $t_bug_id, $f_bugnote_id ) );

0 comments on commit f89bb09

Please sign in to comment.