You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Task Modal Title Field**: Fixed regression from version 3.16.3 where the title field was inadvertently removed from all task modals. The title field is now properly displayed with correct visibility logic:
8
+
- Edit modals: Title field always visible in the details section
9
+
- Create modals with natural language input enabled: Title field visible in details section (as the main input becomes the NLP textarea)
10
+
- Create modals with natural language input disabled: Title field only appears at the top of the modal
11
+
12
+
This ensures users can always edit task titles regardless of the modal type or natural language input settings.
0 commit comments