##// END OF EJS Templates
add missing fixtures to TimeEntryActivityTest...
add missing fixtures to TimeEntryActivityTest git-svn-id: http://svn.redmine.org/redmine/trunk@13386 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11936:2c97f9ecde0d
r13025:34beae1c7a78
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 %>