1,801
การแก้ไข
| บรรทัดที่ 711: | บรรทัดที่ 711: | ||
*# Render flash messages packed in '''{{code|data.flash_messages}}''' (''dict'': See note). | *# Render flash messages packed in '''{{code|data.flash_messages}}''' (''dict'': See note). | ||
*# This step is split into 3 paths: | *# This step is split into 3 paths: | ||
*#* The submission '''triggers a thread-based process''' on the server ({{code|lang=javascript|1= form_obj.wait_long_process === true}}) | *#* The submission '''triggers a thread-based process''' on the server ({{code|lang=javascript|1= form_obj.wait_long_process === true}}). In this case, '''{{code|data.data}}''' is expected to be a job token that will be used in task tracking (string). | ||
*#*# Disable the submit button to prevent redundant request. | *#*# Disable the submit button to prevent redundant request. | ||
*#*# Initiate a task tracking schedule. | *#*# Initiate a task tracking schedule. | ||