I'm a newbie to django and satchmo so hope you guys bear with me. The
following is with respect to trunk versions of both django and
satchmo.

When trying to add an image for a product, if I did not specify the
image's sort order, the admin interface will redisplay the form and
highlight the error. However, the ImageField no longer displays the
previously selected image file that I wanted to upload for that
product. I will have to click on browse and choose the image file
again. I find this mildly annoying. Is this behaviour typical of
Django or is there something that can be done about it?

In my limited experience, one way to resolve this is to have
ImageField remember the previously selected file but this is probably
easier said than done if it concerns the innards of Django.

An alternative is to make the controller processing the form
submission smarter. If I am adding only one image, obviously its sort
order will be 1. If there's more than one image file submitted and no
sort order is defined, simply assign incrementally. Is this possible?

Slightly off-topic: if there's only one site defined in satchmo, can
we make the "Site" drop-down box default to that site as opposed to
having to choose that single site over and over again in all the
various forms?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to