pombreda / django-page-cms

Automatically exported from code.google.com/p/django-page-cms
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Save and continue editing defaults to another language #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Choose a language different from the one you have as default and
different from the first language in the LANGUAGE list.
2. Create a new entry. And click on save and continue editing
3. It's saved but you'll return to a different language.

What is the expected output? What do you see instead?
It would stay in the language you're editing.

Version: trunk

Original issue reported on code.google.com by antoni.aloy@gmail.com on 27 Feb 2009 at 1:21

GoogleCodeExporter commented 9 years ago
I have searched for a solution but I didn't found a way to keep this information
after the redirection. Maybe a cookie could be a solution for that. 

Any idea?

Original comment by batiste....@gmail.com on 2 Mar 2009 at 9:36

GoogleCodeExporter commented 9 years ago
Save actual language in a session or in a cookie would be fine for me.

Original comment by antoni.aloy@gmail.com on 2 Mar 2009 at 10:45

GoogleCodeExporter commented 9 years ago
I think it's a low priority bug.

Original comment by batiste....@gmail.com on 4 Mar 2009 at 5:10

GoogleCodeExporter commented 9 years ago
Yes, it is :)

Original comment by antoni.aloy@gmail.com on 4 Mar 2009 at 5:20

GoogleCodeExporter commented 9 years ago
Seems to be fixed. Can you confirm?

Original comment by batiste....@gmail.com on 15 Mar 2009 at 10:16

GoogleCodeExporter commented 9 years ago
It could be better if we could fix Django on this instead of hacking the CMS 
around.

Original comment by batiste....@gmail.com on 14 Aug 2009 at 5:24

GoogleCodeExporter commented 9 years ago
I'm still running into this.  I'm investigating now.

Original comment by ward...@gmail.com on 26 May 2010 at 5:29

GoogleCodeExporter commented 9 years ago
batiste: your patch at http://code.djangoproject.com/ticket/12241 works for me.

Using URL parameters in the admin site somehow seems a little fragile.  Do you 
think
your patch will be accepted?

Original comment by ward...@gmail.com on 26 May 2010 at 5:52