As part of the Javascript drop logic I am changing the status field of the 
form of the sending item to indicate where the player is going, A for slot 
A, B for slot B, or D for drop.  It won't help to change anything on the 
receiving side, because the item will not exist in the form submitted data.  
When the user hits the submit button following all the completed transfers, 
I will go thru each entry on the form and isolate the players with a letter 
in the status code.  I will then delete them from the initial slot and add 
them to either the A slot, B,   slot, or no slot if they are being dropped. 
 This allows for all dnd updates to be done on 1 trip to the server and 
allows the user to change their mind before submitting.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ca777cd6-30e4-4f07-b6c2-d8dedbb01531n%40googlegroups.com.

Reply via email to