Replies: 1 comment 3 replies
-
Hi @JE-VS, Thanks for the feedback, we are aware of the limitations of the ui.json file. We plan to work on that for next release. We think of implementing several changes :
Unfortunately, I don't know easy strategy to handle merge conflict today. When it happen, I have to rebuild the file by hand. I will try to publish an online tool to merge 2 ui.json file in one. The task is easy, it's just is not easy to handle through git. I let you know. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have a question regarding the
ui.json
file during a Git merge.Two branches were created to work on two different pages (obviously, with their own GUI components, backend functions, ...). So far, so good.
However, when performing a merge of the two branches, Git got totally confused with the
ui.json
file, due to the highly similar structure of each component description.I solved it by doing some JSON rebuilding by hand, but it is clearly not the way to go.
I was then wondering if there was a good practice or recommendations when working with different branches ? Or simply something that I missed ? How do you do to handle or avoid this situation ?
Thanks a lot! Best,
Beta Was this translation helpful? Give feedback.
All reactions