Add question on Person_Ext

This commit is contained in:
Daniel Bartholomae 2022-08-27 15:32:57 +02:00
parent 92f0c8f8b1
commit a196aeb29b
No known key found for this signature in database
GPG Key ID: 782CE028698BEE8C
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ Person_Ext(customerA, "Banking Customer A", "A customer of the bank, with person
label: {
text: 'Banking Customer A',
},
// TODO: Why are link, sprite, and tags undefined instead of not appearing at all?
// Compare to Person where they don't show up.
link: undefined,
sprite: undefined,
tags: undefined,