Mario T. Lanza wrote:
> When I try to move a page, it has unpredictable results.  They don't
> seem to properly relocate.

I encountered the same phenomenon before, having data incorrect.
"position" has to be unique in a certain "parent_id".
If you get no empty result executing following SQL(when you use MySQL),
you should modify "position" data first.

select * from `pages` group by parent_id,position having count(*) > 1;
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to