replace(ent.id, ajaxcall(c));

compile error because UUID type is passed, workaround:

replace(ent.id.toString(), ajaxcall(c));
Submitted by Danny Groenewegen on 27 May 2021 at 10:23

Log in to post comments