You are here
View more context
Is getCustomItems() is a method on the controller?
getCustomItems()
no, it's a method in a BaseElement block (DataObject)
OK. So that's the scope you're starting from... so up from there is the page
Ah, I guess I will have to override the default controller then 🙂 Thanks 😄
@Conan @dorsetdigital Each dot in a lookup adds one level to the scope
So $Up.Up.Name would do what you were expecting
$Up.Up.Name
Oh, duh. You're completely right of course
I fixed it for SS5 😄
When you say fixed...