Sf7 ap4 migration#8725
Merged
Merged
Conversation
AngelFQC
force-pushed
the
sf7-ap4-migration
branch
2 times, most recently
from
July 14, 2026 23:48
785b1da to
4726201
Compare
… callers (chamilo#8723) API Platform 4 makes PUT an unconditional replace, so partial payloads would reset absent fields. Add a Patch (merge-patch) operation mirroring each plain entity's Put, and switch the Vue services that send partial payloads to baseService.patch. Put is kept for now; hardening/removal belongs to the H4 hop.
… partial updates) (chamilo#8723)
AngelFQC
force-pushed
the
sf7-ap4-migration
branch
from
July 20, 2026 17:36
ad251d6 to
f487c9a
Compare
AngelFQC
marked this pull request as ready for review
July 20, 2026 23:56
…piler warning A reactive() binding cannot be reassigned, so binding v-model to the const reactive extraFieldValues triggered the @vue/compiler-sfc warning about updating a const reactive binding. Switching to ref() lets v-model reassign its .value and pairs cleanly with the defineModel refactor in LpExtraFields. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.