thingworx-gitbackup-extension
thingworx-gitbackup-extension copied to clipboard
No case for group in ExportProjectEntities
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.
Thanks for reporting this, I'll mark it as a bug and fix it in the future.
@msheridanTSM while fixing this, I observed that the same applied for "ThingGroup" and fixed that as well.
case "ThingGroup":
@msheridanTSM fixed in 5.0.1 release