Page 1 of 1

Sorting folder fails

Posted: 21 Aug 2021, 08:08
by InoculateIT
Hi

I've discovered that recently sorting folders has started to fail and ignoring the settings :(

Some folders I will have sorted differently, so if I click on sort by date either newest or oldest it does not do it correctly and can see in the page.json file that it actually needs to write the following in the file:

        "sortby": "date"
    },
    "gallery": {
        "sort": "asc"
    }
}

When I set it in the panel its only writing this:
        "sortby": "date"
    },

I was working back in time, just not anymore :(

Re: Sorting folder fails

Posted: 21 Aug 2021, 09:23
by mjau-mjau
When you save data from panel, it will EXLUDE (remove) options that are default. The advantage, is that you can change global settings, and they will be inherited on all pages (except for page settings that differ from global settings).

So the issue is not clear. You need to provide a link with 1) how you want is sorted, and 2) how it is sorted. Ignore what you see in the page.json file.

Re: Sorting folder fails

Posted: 25 Aug 2021, 02:44
by InoculateIT
Sorry, my fault :D

Changed the settings in the wrong place :D