Closed nbeerten closed 1 year ago
Edit: Had issue with counter; Not a proper fix yet
Just weird behaviour... Not yet 100% sure if its ready for release. I cannot reproduce the bug I got tho (counter shows number of all items instead of just the podium).
It's too bad they removed the PodiumInfo :( This looks like a good solution, though.
Fixes a newly introduced issue after the TM update of today. The error:
PodiumInfo
no longer seems to be a member of the ItemModel, so I changed it toName
(which should always be "Podium"? but not sure if there is a better way to check if the string exists), which seems to work fine... I have no idea if it matters for the functionality, but everything seemed to work as expected (notification on save without podium placed, and no notif on save with the podium placed).There might be more issues, but I haven't found any other than this yet.