{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
-
-
-
-
unmarked as a Work In Progress
Toggle commit list -
resolved all discussions
Toggle commit list -
merged
Toggle commit list
1061 | 1061 | false, |
1062 | 1062 | false, |
1063 | 1063 | false, |
1064 | serverTaskReportDto.getSendBackInfo(), | |
1065 | serverTaskReportDto.getLockInfo(), | |
Please
register
or
sign in
to reply
|
398 | 398 | attachedChangeFlag, |
399 | 399 | localSavedFlg ? false : true, |
400 | 400 | localSavedFlg, |
401 | null, | |
402 | null, | |
|
306 | 306 | boolean attachedChangeFlag, |
307 | 307 | boolean dataSendFlg, |
308 | 308 | boolean localSavedFlg, |
309 | TaskReportDto.SendBackInfo sendBackInfo, | |
310 | TaskReportDto.LockInfo lockInfo, | |
309 | 311 | int taskStatus |
|
337 | 339 | if (localAttachedFileName != null) { |
338 | 340 | taskReportDto.localAttachedFileName = localAttachedFileName; |
339 | 341 | } |
342 | if (sendBackInfo != null) { | |
343 | taskReportDto.sendBackUserId = sendBackInfo.sendBackUserId; | |
344 | taskReportDto.sendBackUserName = sendBackInfo.sendBackUserName; | |
345 | taskReportDto.sendBackComment = sendBackInfo.sendBackComment; | |
346 | } | |
347 | if (lockInfo != null) { | |
348 | taskReportDto.reportLockUserId = lockInfo.reportLockUserId; | |
349 | taskReportDto.reportLockUserName = lockInfo.reportLockUserName; | |
350 | taskReportDto.reportLockTime = lockInfo.reportLockTime; | |
351 | } | |
|
assigned to @seo
unmarked as a Work In Progress
unmarked as a Work In Progress
resolved all discussions
resolved all discussions
merged
merged
mentioned in commit b25ef671
mentioned in commit b25ef671