thingworx-gitbackup-extension icon indicating copy to clipboard operation
thingworx-gitbackup-extension copied to clipboard

No case for group in ExportProjectEntities

Open msheridanTSM opened this issue 2 years ago • 1 comments

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.

msheridanTSM avatar Nov 02 '23 11:11 msheridanTSM

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

vrosu avatar Jan 19 '24 21:01 vrosu

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

vrosu avatar Jun 05 '24 19:06 vrosu

@msheridanTSM fixed in 5.0.1 release

vrosu avatar Jun 05 '24 21:06 vrosu