Attached is a diff file that address the bug where an existing cart cannot be 
edited when duplicate cart names are not allowed.  This fix has been fully 
tested  on versions 2.8.2 and 2.9.0.  With the fix, existing carts can be 
edited and saved when duplicate cart names are not allowed while not allowing 
creation of a new cart with a name that already exists; this is the designed 
behavior that disappeared in version 2.8.2.  This diff applies to the source 
file rdlibrary/edit_cart.cpp: 818c818
<  QString().sprintf("(NUMBER=%u)",rdcart_cart->number());
---
>  QString().sprintf("(NUMBER!=%u)",rdcart_cart->number());  Regards, -Curt
                                          

Attachment: edit_cart.diff
Description: Binary data

_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to