issue can be edit from show page

This commit is contained in:
gitlabhq 2011-10-27 18:18:50 +03:00
parent f4e7ad7a4b
commit 2258db66c2
3 changed files with 11 additions and 2 deletions

View file

@ -6,7 +6,7 @@
- if @issue.valid?
:plain
$("#edit_issue_dialog").dialog("close");
$.ajax({type: "GET", url: location.href, dataType: "script"});
updatePage();
- else
:plain
$("#edit_issue_dialog").empty();