WIP [erp5_web_renderjs_ui] fix changing relation input state with empty value_text
Changing the state of a relation_input gadget with value_text = "" now updates the field.
Changing the state of a relation_input gadget with value_text = "" now updates the field.
Step 1. Fetch and check out the branch for this merge request
git fetch "https://lab.nexedi.com/tc/erp5.git" "emptyvaluetext" git checkout -b "tc/erp5-emptyvaluetext" FETCH_HEAD
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout "origin/master" git merge --no-ff "tc/erp5-emptyvaluetext"
Step 4. Push the result of the merge to GitLab
git push origin "master"
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.