mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Fix: Issue id input should get focus after adding related issue (#22023).
Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17337 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c5d0db42ba
commit
ccfdee4a53
@ -2,6 +2,6 @@ $('#relations').html('<%= escape_javascript(render :partial => 'issues/relations
|
||||
<% if @relation.errors.empty? %>
|
||||
$('#relation_delay').val('');
|
||||
$('#relation_issue_to_id').val('');
|
||||
$('#relation_issue_to_id').focus();
|
||||
<% end %>
|
||||
$('#new-relation-form').show();
|
||||
$('#relation_issue_to_id').focus();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user