Deleting a property remembers previous selections in ThingWorx
Applies To
- ThingWorx Platform 8.3
Description
- When deleting one or more properties, there is a case when the application remembers previous selected properties and if user confirms the deletion then more properties are deleted than the selected ones
- This issue is happening for all objects with properties (ThingShape, Thing, Thing Template)
- Issue is reproducible with the following steps:
-
Create new Thingshape
-
Create 3 properties: test1, test2, test3 and Save
-
Try to delete test1 property , but choose No in confirmation
-
Add more properties: test4, test5, test6, test7
-
Select test2, test3 to delete, but choose No in confirmation
-
Save to persist properties, the selected properties are cleared
-
After this , select test4, test6 to delete
-
Confirmation is for test2, test3, test4, test6, even only 2 properties were selected
-
If confirm Yes, then all 4 properties are deleted

-