✨️ implement formatting of settings values on import and export
This commit is contained in:
parent
0d9b312a9b
commit
0b1128fce5
6 changed files with 436 additions and 59 deletions
|
@ -157,6 +157,7 @@ function civicrm_api3_twingle_event_Get(array $params): array {
|
|||
$tmp_event = new TwingleEvent([]);
|
||||
$tmp_event->translateKeys(
|
||||
$returnValues[$event['id']],
|
||||
TwingleEvent::EVENT,
|
||||
TwingleEvent::OUT
|
||||
);
|
||||
TwingleEvent::formatValues(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue