Fixed Bookmark Labels

sip

Active member
Affected version
2.1 B5
Say someone bookmarks with Label "Lipids"
Someone else if they type LIPIDS and try to save (irrespective of the thread/post), then it will throw an error
An issue of case sensitive Labels?

MySQL query error [1062]: Duplicate entry 'LIPIDS-2' for key 'label_user_id'
src/XF/Db/AbstractStatement.php:217
 
Last edited:
There was a bug here which is now fixed, though it's not exactly as you say. It's specifically related to the same user trying to use the same tag with two different cases -- two users wouldn't overlap here.

Regardless, sorted now.
 
Back
Top Bottom