Describe what should be investigated or refactored
if (confirm('Are you sure you want to delete this mapping?' + mapping.uuid + '')) { }
The problem is that the UUID may not be unique in certain cases like NIST 800 REV 5.
We need a way to show the user which mapping is going to be deleted.
Describe what should be investigated or refactored
The problem is that the UUID may not be unique in certain cases like NIST 800 REV 5.
We need a way to show the user which mapping is going to be deleted.