Read the statement by Michael Teeuw here.
MMM-PGA
-
@swvalenti Does you line 49 look like the following?
tournament.defendingChamp = event.defendingChampion ? event.defendingChampion.displayName :
-
@mumblebaj said in MMM-PGA:
tournament.defendingChamp = event.defendingChampion ? event.defendingChampion.displayName :
tournament.defendingChamp = event.defendingChampion ? event.defendingChampion.athlete.displayName : ""
-
@swvalenti Thanks for the above. Seem the data has changed. Change it to the following:
tournament.defendingChamp = event.defendingChampion ? event.defendingChampion.displayName : ""
I will make a change and deploy but there is more data that changed. Need to check the others as well.
-
@mumblebaj said in MMM-PGA:
tournament.defendingChamp = event.defendingChampion ? event.defendingChampion.displayName : “”
changed it but still stuck on loading
-
@swvalenti Yeah, seems like it is a team tournament hence there is no individual athlete information. Busy looking at it.
-
@mumblebaj No worries bro appreciate the time let me know if I can be of help
-
@swvalenti OWGR is broken as well. Website changed and the code in there is completely out dated. So much issues I am not sure if I can fix them. It needs a complete re-write.
-
@mumblebaj oh man that sucks its my favorite module…I can pay ya…ha
-
@mumblebaj randomly started working again but def missing some stuff
-