We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to run a bulk update on select time entries in a project, I get internal server error.
The production log shows the following error:
NoMethodError (undefined method is_fixed_price' for nil:NilClass): plugins/contracts/lib/contracts/patches/time_entry_patch.rb:29:in time_not_exceed_contract' app/controllers/timelog_controller.rb:185:in block in bulk_update' app/controllers/timelog_controller.rb:181:in each' app/controllers/timelog_controller.rb:181:in bulk_update' lib/redmine/sudo_mode.rb:63:in sudo_mode'
is_fixed_price' for nil:NilClass): plugins/contracts/lib/contracts/patches/time_entry_patch.rb:29:in
block in bulk_update' app/controllers/timelog_controller.rb:181:in
bulk_update' lib/redmine/sudo_mode.rb:63:in
The text was updated successfully, but these errors were encountered:
@ajeeshkumar , you can try to use the fork of FireMartZ https://github.com/upgradeya/redmine-contracts-with-time-tracking-plugin/
branch - master.
please check it whether it work well.
Sorry, something went wrong.
No branches or pull requests
When I try to run a bulk update on select time entries in a project, I get internal server error.
The production log shows the following error:
NoMethodError (undefined method
is_fixed_price' for nil:NilClass): plugins/contracts/lib/contracts/patches/time_entry_patch.rb:29:in
time_not_exceed_contract'app/controllers/timelog_controller.rb:185:in
block in bulk_update' app/controllers/timelog_controller.rb:181:in
each'app/controllers/timelog_controller.rb:181:in
bulk_update' lib/redmine/sudo_mode.rb:63:in
sudo_mode'The text was updated successfully, but these errors were encountered: