version 4.8.17 -- カレンダーで今日以降しか選べないようにした
This commit is contained in:
@ -102,6 +102,7 @@ class EventEntriesController extends GetxController {
|
||||
|
||||
await _apiService.updateUserInfo(userid,entry);
|
||||
|
||||
_indexController.currentUser[0]["user"]["event_date"] = entryDate; // 追加2024-8-9
|
||||
_indexController.currentUser[0]["user"]["event_code"] = entry.event.eventName;
|
||||
_indexController.currentUser[0]["user"]["team_name"] = entry.team.teamName;
|
||||
_indexController.currentUser[0]["user"]["group"] = entry.team.category.categoryName;
|
||||
|
||||
Reference in New Issue
Block a user