Commit bbe22ed
Translate IsMain in SubmitUpdatePublication after rebasing onto develop
develop's #2367 rerouted PublicationSync through the new no-re-read
SubmitUpdatePublication (so sync tolerates a publication deleted on the
other side). That override applied the raw patch, so once the IsMain
feature rebased on top, the sync path set IsMain as a plain LWW field
and skipped the converging SetMainPublicationChange. Move the IsMain
translation into SubmitUpdatePublication so every update path converges;
UpdatePublication now just submits and re-reads, matching the
SubmitUpdate*/Update* pattern develop uses for the other entity types.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 077d517 commit bbe22ed
1 file changed
Lines changed: 9 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | 190 | | |
199 | 191 | | |
200 | 192 | | |
201 | 193 | | |
202 | 194 | | |
203 | 195 | | |
204 | 196 | | |
205 | | - | |
| 197 | + | |
206 | 198 | | |
207 | | - | |
| 199 | + | |
208 | 200 | | |
209 | 201 | | |
210 | 202 | | |
211 | 203 | | |
212 | | - | |
| 204 | + | |
213 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
214 | 212 | | |
215 | 213 | | |
216 | 214 | | |
| |||
0 commit comments