Commit 992135c
Fix General tab rendering by adding formGroup wrapper
- Wrapped GeneralTabComponent in a div with [formGroup]="assignedSiteForm" directive
- This ensures form context is available to formControlName directives in the child component
- Matches pattern used by other tabs (Plan hours, Auto break, etc.) which also use wrapper divs
- Fixes issue where General tab content was not rendering due to missing form context
Co-authored-by: renemadsen <[email protected]>1 parent f048060 commit 992135c
File tree
1 file changed
+8
-6
lines changed- eform-client/src/app/plugins/modules/time-planning-pn/components/plannings/time-planning-actions/assigned-site
1 file changed
+8
-6
lines changedLines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments