The missing allStatusOptions computed property has been added to the task version of EditableTaskStatus.vue.
Problem: The template was referencing allStatusOptions but the computed property was missing from the script setup.
Solution: Added the missing computed property:
isLoadingStatuses - Loading state from storeallStatusOptions - Status options from storecurrentStatusId - Current status IDcurrentStatusObject - Current status object for displayThe EditableTaskStatus.vue component should now:
This fix ensures the task version of EditableTaskStatus participates in the optimization: