johnstarmer / open-delta

Automatically exported from code.google.com/p/open-delta
0 stars 0 forks source link

Deleting character states associated with a controlling character causes editing problems #243

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Select a data set with a controlling character defined
2. Delete a character state used as a controlling state
3. Attempt to edit any other character

What is the expected output? What do you see instead?
Expect that when the state is deleted, so is the state that is referenced as a 
controlling character.
Instead an invalid state reference remains in the controlling character which 
causes problems.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by chris.go...@gmail.com on 21 Oct 2013 at 5:07

GoogleCodeExporter commented 8 years ago
The delta master VOP entry wasn't tracking created controlling characters which 
resulted in a check failing during character deletion that would have otherwise 
resulted in the state being removed from the controlling character definition.

Original comment by chris.go...@gmail.com on 21 Oct 2013 at 5:10