bug fixes: start date is returned in UTC instead of the proper time zone, meta data fields are not properly returned to the template
This commit is contained in:
parent
71548339de
commit
3958a36271
4 changed files with 32 additions and 3 deletions
|
|
@ -2084,6 +2084,17 @@ normal templates.|,
|
|||
context => q|Field Label|,
|
||||
},
|
||||
|
||||
'eventMetaData' => {
|
||||
message => q|Meta data for the event returned as a JSON data structure|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|Field Label|,
|
||||
},
|
||||
|
||||
'ticketMeta_[LABEL]' => {
|
||||
message => q|Value for the meta data field [LABEL]. Non word and whitespace characters in [LABEL] should be replaced with an underscore. <br/><br/>Ex: Meta Data Label: "First Name" should be referenced: <tmpl_var ticketMeta_First_Name> and so on|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|Field Label|,
|
||||
},
|
||||
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue