* Sync story information to the task.

This commit is contained in:
tianshujie
2024-01-16 15:57:07 +08:00
parent b64a0eb421
commit adb1ddb768
8 changed files with 63 additions and 24 deletions
+5 -1
View File
@@ -21,5 +21,9 @@ formGridPanel
(
set::title($lang->task->create),
set::fields($fields),
on::click('[name=isShowAllModule]', 'showAllModule')
on::change('[name=story]', 'setStoryRelated'),
on::click('[name=isShowAllModule]', 'showAllModule'),
on::click('[name=copyButton]', 'copyStoryTitle'),
on::keyup('[name=name]', 'saveTaskName'),
on::keyup('[name=estimate]', 'saveTaskEstimate')
);