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

No case for group in ExportProjectEntities #52

Closed msheridanTSM closed 2 months ago

msheridanTSM commented 9 months ago

GitBackup Extension version 5.0.0 on ThingWorx 9.3.7, entities of the type "Group" do not get exported when using the entity picker. I had a look at the code and I was able to fix this by including a "Group" case in the ExportProjectEntities service in Git.Utility.ThingShape.

vrosu commented 6 months ago

Thanks for reporting this, I'll mark it as a bug and fix it in the future.

vrosu commented 2 months ago

@msheridanTSM while fixing this, I observed that the same applied for "ThingGroup" and fixed that as well. case "ThingGroup":

vrosu commented 2 months ago

@msheridanTSM fixed in 5.0.1 release