I would like to connect two projects with having respective domain addresses. When constructing the repository, I put project B as a submodule of project A and tried to organize two projects with one domain address, But I found a problem with Mendix not recognizing Submodule. So, I would like to organize the repository and domain address separately A and B. At this time, Project B should be included in the A project navigation menu. Instead of creating a new pop-up window when I click on the B project menu at the A's navigation menu, is there a way to show project B screen from project A screen? I would like to know if there is any other way besides using iframe.
asked
Seung Chan Park
2 answers
0
It seems like you could have an Three Node with a Dataview.
Could you provides screenshots of what you mean?
answered
Miguel Sabugueiro
0
Thanks for answer.
However, I want to manage a common project B as git submodule in main project A from gitlab.
But when I build project A, we are not able to reference project B.