feat(donationcreate): add runner id to select

This commit is contained in:
Philipp Dormann 2025-05-20 00:00:56 +02:00
parent 2139b197ba
commit 27e7bbb9d1
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -52,7 +52,7 @@
loadDonors();
const getRunnerLabel = (option) =>
option.firstname + " " + (option.middlename || "") + " " + option.lastname;
option.firstname + " " + (option.middlename || "") + " " + option.lastname+" [#"+option.id+"]";
const filterRunners = (label, filterText, option) => {
if (filterText.startsWith("#")) {