add ticket limits to badge groups. add ticket and badge metadata to templates
This commit is contained in:
parent
d0077bdcec
commit
4d0e87a8d9
4 changed files with 188 additions and 22 deletions
|
|
@ -127,6 +127,7 @@ our $HELP = {
|
|||
{ 'name' => 'purchaseComplete'},
|
||||
{ 'name' => 'hasCheckedIn'},
|
||||
{ 'name' => 'transactionItemId'},
|
||||
{ 'name' => 'badgeMeta_', description => 'help badgeMeta' },
|
||||
],
|
||||
isa => [
|
||||
{ namespace => "Asset_Template",
|
||||
|
|
@ -217,6 +218,7 @@ our $HELP = {
|
|||
{ 'name' => 'purchaseComplete'},
|
||||
{ 'name' => 'hasCheckedIn'},
|
||||
{ 'name' => 'transactionItemId'},
|
||||
{ 'name' => 'ticketMeta_', description => 'help ticketMeta' },
|
||||
],
|
||||
isa => [
|
||||
{ namespace => "Asset_Template",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue