Commit ec969fc
committed
fix: Restore title field in task modals (regression from #324)
The title field was accidentally removed from all task modals in commit 0b34a19.
This fix restores the title field with the correct visibility logic:
- Edit modals: Always show title field in the details section
- Creation modals with NLP enabled: Show title field in details section
(since the main title input is replaced by NLP textarea)
- Creation modals with NLP disabled: Only show the main title field at top
(no title field in details section needed)
This ensures users can always edit the task title regardless of modal type
or NLP settings.1 parent 797e9f3 commit ec969fc
1 file changed
+27
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
161 | 188 | | |
162 | 189 | | |
163 | 190 | | |
| |||
0 commit comments