ULS Not Sending Rating ID

Issue #45 resolved
Matt Bozwood-Davies created an issue

The ULS appears to be returning no ID for the rating. When someone logs into our site, the ULS updates the rank based on id, if its an empty attribute, they are set to null and our roster now shows a load of people with a rating N/A

Array
(
    [cid] => 1240411
    [name_first] => Matt
    [name_last] => Bozwood-Davies
    [email] => [MY EMAIL]
    [rating] => Array
        (
            [id] => 
            [short] => I1
            [long] => Instructor
        )

    [facility] => Array
        (
            [id] => ZJX
            [short] => ZJX
            [long] => Jacksonville ARTCC
            [position] => Array
                (
                    [short] => 
                    [long] => 
                )

        )

)

Comments (2)

  1. Log in to comment