Curt, 
  
I applied the change to rdlibrary/edit_cart.cpp, recompiled Rivendell, and 
installed; problem solved.... 
  
Thank you for the solution. 
  
-Gary 

----- Original Message -----

From: "Curt Steinhauser" <[email protected]> 
To: [email protected] 
Sent: Wednesday, July 16, 2014 2:47:36 PM 
Subject: [RDD] Fix for RDlibrary Edit  Bug 

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 

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

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

Reply via email to