.
There is an issue when moving items between categories.
The old deleted category is still highlighted when the item is reopened.
Suppose you have 10 items in 2 categories:
- CategoryRight
- CategoryWrong
Some items have:
- Primary - CategoryRight
- Secondary - CategoryWrong
Some items have the opposite:
- Primary - CategoryWrong
- Secondary - CategoryRight
We want all items only in CategoryRight.
So we move all the items with:
- Move only
- Keep secondary categories = No
And change the both the Primary category selection
and the secondary category selection to CategoryRight.
The Move works without any error.
The Items list now shows all those items with that one category.
BUT, when you open any of these items later
the CategoryWrong is also highlighted along with CategoryRight
in the secondary categories selection list.
So if you change something else and Save,
the CategoryWrong gets applied again.
The item is now also assigned to CategoryWrong again.
I went back to all the moved items and opened them one-by-one,
deselected CategoryWrong in secondary categories and re-saved.
Now the next time that item is opened only CategoryRight is highlighted.
So something in the Move function needs to be changed to prevent this if possible.
.