Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Bug under 2.3.1 Custom field tracker configuration does not work #16

Open
1SuperGrobi opened this issue Dec 16, 2014 · 1 comment
Open

Comments

@1SuperGrobi
Copy link

If you have an custom field that belongs only to one tracker,
than it is shown (creating a new ticket) at every tracker when it belongs to the first (default) tracker.
Otherwise it is shown never.

@1SuperGrobi
Copy link
Author

I changed the file "app\views\issues\update_form.js.erb" the following way and know it seems to work.

$('#all_attributes').html('<%= escape_javascript(render :partial => 'form') %>');

<% if User.current.allowed_to?(:log_time, @issue.project) %>
$('#log_time').show();
<% else %>
$('#log_time').hide();
<% end %>

preparePasteEvents();

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant