Feature #35066
Create time entry and add another on project, initialize project_id
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Time tracking | |||
Target version: | Candidate for next major release | |||
Resolution: |
Description
While using create and add another button with a plugin I have developed I have an issue with an empty drop-down in a custom field :
- first step :
- second step :
The issue is caused by a missing intialisation of the TimeEntry.
Here is a patch to fix this.
History
#1
Updated by Jérôme BATAILLE almost 2 years ago
- File timelog_controller.diff
added
#2
Updated by Holger Just over 1 year ago
- Description updated (diff)
#3
Updated by Go MAEDA over 1 year ago
- File 35066-v2.patch
added
- Target version set to Candidate for next major release
Updated the patch. The patch now includes an update to the test.
#4
Updated by Jérôme BATAILLE over 1 year ago
Thanks Go.