Can't sort notStorable fields

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alasdaircr
    Active Community Member
    • Aug 2014
    • 525

    Can't sort notStorable fields

    There's a tricky thing with notStorable which is you cannot sort them in list views, and leads to errors for the user.

    Is it possible to disable the sorting UI for notStorable fields ?
  • alasdaircr
    Active Community Member
    • Aug 2014
    • 525

    #2
    I just realised I can do this via the layout configuration

    eg.
    PHP Code:
    file: application/Espo/Modules/MyModule/Resources/layouts/EntityName/list.json
    [
        {name:myCustomVariable, notSortable: true},
    ] 
    

    Comment

    Working...