Thanks.
Stupid mistake of mine.
On Wednesday, December 2, 2015 at 11:55:54 PM UTC+2, Anthony Madrigal wrote:
>
> Hi,
>
> When using the SelectorBuilder, each time you use *.fields, *it overrides
> the previous one, so in your case the Id is overriding the Name field. Some
> fields, such as *Sta
Hi,
When using the SelectorBuilder, each time you use *.fields, *it overrides
the previous one, so in your case the Id is overriding the Name field. Some
fields, such as *Status, *are returned whether you select them or not,
which explains why Id and Status get returned.
In order to fix your i