Actions
Defect #35066
closedMissing project_id in redirect after clicking "Create and add another" button
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
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.
Files
Related issues
Updated by Jérôme BATAILLE over 3 years ago
- File timelog_controller.diff timelog_controller.diff added
Updated by Go MAEDA over 3 years ago
- File 35066-v2.patch 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.
Updated by Go MAEDA almost 2 years ago
- Related to Defect #38237: Unable to choose any user other than the current user when logging spent time after clicking "Create and add another" added
Updated by Go MAEDA almost 2 years ago
- Target version changed from Candidate for next major release to 4.2.10
Setting the target version to 4.2.10.
Updated by Go MAEDA almost 2 years ago
- Subject changed from Create time entry and add another on project, initialize project_id to Missing project_id in redirect after clicking "Create and add another" button
- Status changed from New to Resolved
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you for your contribution.
Actions