Defect #38254 » 38254-for-5_0-stable.diff
app/models/time_entry_import.rb (作業コピー) | ||
---|---|---|
85 | 85 |
def build_object(row, item) |
86 | 86 |
object = TimeEntry.new |
87 | 87 |
object.author = user |
88 |
object.project = project |
|
88 | 89 | |
89 | 90 |
activity_id = nil |
90 | 91 |
if activity |
- « Previous
- 1
- 2
- Next »