##// END OF EJS Templates
Fixed "column specified more than once" error with SQLServer (#6579)....
Fixed "column specified more than once" error with SQLServer (#6579). git-svn-id: http://svn.redmine.org/redmine/trunk@13153 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11936:2c97f9ecde0d
r12878:96baa905bf5b
Show More
update_form.js.erb
7 lines | 210 B | text/plain | TextLexer
replaceIssueFormWith('<%= escape_javascript(render :partial => 'form') %>');
<% if User.current.allowed_to?(:log_time, @issue.project) %>
$('#log_time').show();
<% else %>
$('#log_time').hide();
<% end %>