Skip to content
New issue

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

Issue cannot be blank in all cases #1

Closed
dagomar opened this issue Aug 23, 2014 · 3 comments
Closed

Issue cannot be blank in all cases #1

dagomar opened this issue Aug 23, 2014 · 3 comments

Comments

@dagomar
Copy link

dagomar commented Aug 23, 2014

I'm having a problem when I choose 'Add row' in the timesheet, I don't have the possibility to have a blank issue:

selection_129

The same happens if I switch between projects, so, if I choose another project, I then cannot choose empty for issue :'(

@dhanasingh
Copy link
Owner

There is a configuration called "Allow Blank Issue" under plugin configuration, do you have that checked ?

@wallabom
Copy link

I just realize that I have the same issue and I created a new error : #8

I confirm that even if I have the option ticked in the configuration, I cannot have a blank issue selected. I cannot log the time to the project straight. See the screenshot here
non_blank2

The plugin is configured with :
select name,value from settings where id = 60 order by 1 desc

name value
plugin_redmine_wktime --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess/nwktime_previous_template_week: '1'/nwktime_allow_filter_issue: '1'/nwktime_allow_blank_issue: '1'/nwktime_enter_comment_in_row: '1'/nwktime_use_detail_popup: '1'/nwktime_project_dd_width: '230'/nwktime_issue_dd_width: '170'/nwktime_actv_dd_width: '75'/nwktime_page_width: '250'/nwktime_page_height: '297'/nwktime_margin_top: '20'/nwktime_margin_bottom: ......
As you can see we have : wktime_allow_blank_issue: '1'/n
Thank you,
Wall

@wallabom
Copy link

After investigating, I can see the issue is when you click "Add Row" on the timesheet.
It is not displaying the blank issue.

As a workaround, here what can be done:

  • Add row in the timesheet
  • select the project (with default issue selected)
  • save the timesheet
  • reopen the timesheet and select the issue drop down list for the project
  • the blank issue is displayed

This confirms the issue is on the display when you add row on a timesheet
add time the timesheet with the project and an issue selected, then you click

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

No branches or pull requests

3 participants