BenHUET / eveseat-calendar

Calendar plugin for EVE SeAT
GNU General Public License v2.0
14 stars 19 forks source link

PAPs Recorded not working - Player "Unknown" / in "Unknown Corporation" #47

Closed kaho88 closed 2 years ago

kaho88 commented 4 years ago

Hey,

PAPs work after the last Update (thx warlof). But the summary and record to the Chars dont work. If you PAP a Fleet - they get registered in the Op with "Charname - Unknow"

Under the Summary Tab also the Player Name is "Unknow" and PAPs dont Count.

image image

dougestey commented 4 years ago

+1 on this. Also, interestingly, PAPs for characters not registered in Seat show the corp/alliance. It's only the ones in the system that do not show.

akturis commented 3 years ago

Need change function lookupConfirmed 'character.affiliation:corporation_id' => 'character.affiliation'

   public function lookupConfirmed(Request $request)
    {
        $confirmed = Pap::with([
                'character:character_id,name',
                'character.affiliation',
                'user:id',
                'type:typeID,typeName,groupID',
                'type.group:groupID,groupName'
            ])