PTCInc / thingworx-gitbackup-extension

[Unofficial/Not supported] ThingWorx GitBackup Extension for storing your ThingWorx application code in a Git repository
MIT License
25 stars 11 forks source link

Export project dependants does not work #57

Closed niklaseisenhuth closed 2 months ago

niklaseisenhuth commented 4 months ago

When I select a project to export it into the workspace, I select the checkbox to also include the project dependants. I would expect, that also the projects which are dependant and its entities will be exported but this is not the case.

In the documentation, I could not find any information about what this checkbox exactly does. Is there a possibility to export all dependant projects at once?

Screenshot 2024-04-03 at 14 41 38 Screenshot 2024-04-03 at 14 39 47

vrosu commented 2 months ago

Hi @niklaseisenhuth This was unfortunately a missed test case when adding the new UI that allows granular entity export capabilities. The fix involves displaying the entities from ALL other dependent projects in the EntityPicker mashup, if the user checks the "Include Dependents" checkbox.

vrosu commented 2 months ago

@niklaseisenhuth fixed in 5.0.1 release