Regarding commit issue

0
  I have committed and pushed the changes to the branch.The newly added Microflows and the deleted existing Microflows are correctly reflected in Mendix.  However, the modifications within existing Microflow activities and the domain model changes are not reflected in Mendix, even though they are visible in the commit history. 
asked
2 answers
1

Hey John Salomon,

I have run into this issue myself before . Adding or deleting microflows shows up fine because those are stored as separate XML files. But changes inside existing microflows or in the domain model live in the .mpr file. If that file wasn’t committed or synced properly, those edits won’t appear in Studio Pro even if you see them in commit history.

Try committing the .mpr, then pull, clear cache (deployment & userlib), and reopen the project.

In my case, it turned out the .mpr file hadn’t synced, so once I pushed it properly everything showed up fine.

 

Regards

Reemali

 

answered
0

Thanks for your detailed information @Reemali,..

answered