Am using v 4.7.2 and yes all items have a Date Picked. But Still not working. I changed from
OrderBy("datePicker desc") to OrderBy("datePicker")
but without luck
Since when creating a new item in nodes the Id Increments i do make use of OrderBy("id desc") which looks well but here unfortunately need to make use of datePicker.
Razor has dramatically improved since 4.7.2. I would recommend upgrading, I just don't think what you're trying to do was actually working at the time.
Order not working in Media
Hi Guys,
I added a datePicker in my mediaType and somehow cant get OrderBy to work. Has anyone uncounter this issue before ?
Also tried (CreateDate, desc) but still nothing
//fuji
This seems to work for me in 4.9.0, but remember that all of them should have a date set by the datepicker:
Unfortunately createDate or updateDate do not seem to work, not sure why.
Hi Sebastiaan,
Am using v 4.7.2 and yes all items have a Date Picked. But Still not working. I changed from
Since when creating a new item in nodes the Id Increments i do make use of OrderBy("id desc") which looks well but here unfortunately need to make use of datePicker.
Razor has dramatically improved since 4.7.2. I would recommend upgrading, I just don't think what you're trying to do was actually working at the time.
Ok will do so Sebastiaan. Will upgrade to v4.9
is working on a reply...