Hi,

the handling of double Entries is strange. The warning, that you created an allready existing Item comes up very late.

What I did:


That is quite frustrating... It took seven steps until I get informed about the Error I made. 

I figured out, that you only check for double Entries when you enter a Label and a Description in the currently selected language in the second Step. That check is also a check for bitwise equality. One different character in the description and you get no warning. If the desctiption and Label equals to an existing item you get the following Error-Message: "Another item (3220891) already has label "Käsebrot" and description "ein Brot mit einem Belag aus Käse" associated with language code en".

I think you should:


After my tests there are several Items with the Label "Käsebrot", I'm sorry for that.

LB