google-code-export / 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

Child dissapears on moving #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create two entries marked as draft
2. Move on entry into another

What is the expected output? What do you see instead?
It should nest the second entry in then first one, but the second entry
simply dissapears.

Original issue reported on code.google.com by antoni.aloy@gmail.com on 15 Feb 2009 at 12:28

GoogleCodeExporter commented 9 years ago
I can't reproduce that. I have seen this when the site domain is not correct. 
Check
that you have set your site domain name correctly (ie: for local-host 
development you
will need to set it to 127.0.0.1:8000)

Does it work better now?

Original comment by batiste....@gmail.com on 16 Feb 2009 at 7:09

GoogleCodeExporter commented 9 years ago
Fixed, thanks for reporting

Original comment by batiste....@gmail.com on 16 Feb 2009 at 8:40

GoogleCodeExporter commented 9 years ago
Hi! yes is related to the site. I have changed 127.0.0.1:8000 to localhost:8000 
and I
can see the tree.

What is annying is I can see the pages but the effect/defect is producted when 
you
try to move the page. I have tried with the last svn and I can reproduce it. 

The rename of the site_id is a good workarround, but It should not be necessary 
in my
oppinion...

Original comment by antoni.aloy@gmail.com on 16 Feb 2009 at 11:48