Commit 02ce31d
committed
chore: remove debug logging after diagnosing heritage contribution issue
Analysis from logs (clc.log) revealed the actual issue:
- First attempt FAILED validation: 'contributorRole' field was empty
- Second attempt SUCCEEDED: User filled in contributorRole field
- Form worked perfectly once all required fields were provided
Conclusion: This was NOT a bug with attachments. The issue was that:
1. Validation correctly requires contributorRole field
2. User saw 'Publishing: validating' status but no clear error message
3. Once user filled contributorRole, contribution published successfully to 8/8 relays
The form is working as designed. No code fixes needed - just UX improvement
for displaying validation errors more prominently (future enhancement).1 parent 4a9d0ff commit 02ce31d
3 files changed
Lines changed: 0 additions & 42 deletions
File tree
- src
- hooks
- services/business
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | 88 | | |
95 | 89 | | |
96 | 90 | | |
97 | 91 | | |
98 | 92 | | |
99 | 93 | | |
100 | 94 | | |
101 | | - | |
102 | 95 | | |
103 | 96 | | |
104 | 97 | | |
| |||
118 | 111 | | |
119 | 112 | | |
120 | 113 | | |
121 | | - | |
122 | 114 | | |
123 | | - | |
124 | 115 | | |
125 | 116 | | |
126 | 117 | | |
| |||
140 | 131 | | |
141 | 132 | | |
142 | 133 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | 134 | | |
147 | | - | |
148 | 135 | | |
149 | 136 | | |
150 | 137 | | |
| |||
173 | 160 | | |
174 | 161 | | |
175 | 162 | | |
176 | | - | |
177 | 163 | | |
178 | 164 | | |
179 | 165 | | |
180 | 166 | | |
181 | | - | |
182 | 167 | | |
183 | 168 | | |
184 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | 97 | | |
103 | 98 | | |
104 | 99 | | |
| |||
108 | 103 | | |
109 | 104 | | |
110 | 105 | | |
111 | | - | |
112 | | - | |
113 | 106 | | |
114 | 107 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | 108 | | |
120 | 109 | | |
121 | 110 | | |
| |||
124 | 113 | | |
125 | 114 | | |
126 | 115 | | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | 116 | | |
132 | 117 | | |
133 | 118 | | |
| |||
144 | 129 | | |
145 | 130 | | |
146 | 131 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | 132 | | |
152 | 133 | | |
153 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | 280 | | |
286 | 281 | | |
287 | 282 | | |
| |||
291 | 286 | | |
292 | 287 | | |
293 | 288 | | |
294 | | - | |
295 | 289 | | |
296 | 290 | | |
297 | 291 | | |
298 | 292 | | |
299 | 293 | | |
300 | 294 | | |
301 | 295 | | |
302 | | - | |
303 | 296 | | |
304 | | - | |
305 | 297 | | |
306 | 298 | | |
307 | 299 | | |
| |||
0 commit comments