issues
search
ntnu-ai-lab
/
mycbr-rest
7
stars
5
forks
source link
Can't delete cases
#11
Open
piravp
opened
5 years ago
piravp
commented
5 years ago
Both
deleteInstances()
and
deleteInstancePattern()
method returns
True
when delete operation is executed, but instances are still there after deletion.
Deleting a single instance using
deleteInstance()
doesn't work either (false is returned).
deleteInstances()
anddeleteInstancePattern()
method returnsTrue
when delete operation is executed, but instances are still there after deletion.deleteInstance()
doesn't work either (false is returned).