feat(merge_component): ✨ add 3 ways merging
WIP 3 ways merging, can now merge from third source on web client
This commit is contained in:
parent
1b96e298ee
commit
47357e7ab4
8 changed files with 284 additions and 101 deletions
|
|
@ -909,7 +909,7 @@ func (rr *RecipeRouter) upgradeVersion(w http.ResponseWriter, r *http.Request) {
|
|||
|
||||
// upgrade version
|
||||
// merge from website
|
||||
result, err := rr.data.Merge(countryID, filename, mode, changeKey, nil)
|
||||
result, err := rr.data.Merge(countryID, filename, mode, changeKey, appliedMachineRecipe)
|
||||
if err != nil {
|
||||
rr.taoLogger.Log.Error("RecipeRouter.upgradeVersion", zap.Error(err))
|
||||
http.Error(w, err.Error(), http.StatusInternalServerError)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue