周睿 2 anni fa
parent
commit
79c5458d15
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 1 0
      app_business/lib/view/home/data_detail.dart
  2. 1 1
      libs/common_pub

+ 1 - 0
app_business/lib/view/home/data_detail.dart

@@ -29,6 +29,7 @@ class DataDetailControllerImpl extends DataDetailController {
                 ..gameId = e2.gameId
                 ..routeName = e2.courseName
                 ..eventName = e2.actName
+                ..isComplete = e2.isComplete
                 ..duration = e2.duration.toModel()
                 ..startAt = e2.startAt.toModel())
               .toList())

+ 1 - 1
libs/common_pub

@@ -1 +1 @@
-Subproject commit a649c09e1f8f9779abf5427d551f480d45e90458
+Subproject commit 7b4ee3092025465911e6238fb4d7f2c4dbd9d800