On Wed, Oct 1, 2008 at 12:59 AM, mengkuan <[EMAIL PROTECTED]> wrote: > > 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?
It annoys me too, but I don't have a solution for it. > 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? It is, please add an an enhancement ticket request so we don't lose it. > 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? Yes, that is a highly requested feature, it isn't too difficult and we'll be doing it with one of several methods shortly. -- Bruce Kroeze http://gosatchmo.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
