Admin changes parent to root

I’m having some troubles with the Admin panel. For some reason it changes the parent folder to Root whenever I make a change and save it.

The site is structured like this:

Root
   Products
      Product

And after making a change on a product page the structure looks like this:

Root
   Products
   Product

Any idea why this happens?

No, this is not a known issue. Is this on the latest Grav stable or on the Grav 1.1 beta? If on stable, any change you can try replicating this problem on the 1.1 beta?

I’m using 1.0.10. Might take me some time to try it on 1.1. Is there anything else I can provide to help?

(As always I’m assuming I did something wrong. :wink: )

It didn’t take very long :slight_smile:

I’ve installed the beta versions of both grav and the admin plugin. However I can not replicate the error exactly, but get another one instead.

Now, it doesn’t change the Root folder but renumbers all the products within the parent folder.
From this…

Root
   Products
      01.Product_1
      02.Product_2
      03.Product_3

…to this (after I’ve made changes to Product_1).

Root
   Products
      01.Product_2
      02.Product_3
      03.Product_1

This works better, but it’s not optimal.
(Still certain Im doing something wrong, though.)

And thanks for the quick reply!