jamf / scout-public

A tool to aggregate devices across multiple MDM servers
GNU General Public License v3.0
11 stars 3 forks source link

Report on Extension Attributes #40

Closed alex-stout closed 4 years ago

alex-stout commented 4 years ago

For this one creating and storing the report fields is correct. The problem was in the datatables display of the queried data. extension_attributes is an array of objects.

Now when viewing the results, it checks to see if it's displaying extension_attributes if so, it loops over those values and adds them together into the row. This works for all the children of the extension_attributes.

Resolves #11

jacobschultz commented 4 years ago

this looks good!