Skip to content

Commit

Permalink
Merge pull request #407 from sebalis/fix_json_editor_mode
Browse files Browse the repository at this point in the history
fix storing of json_editor_mode
  • Loading branch information
bjendres authored Jan 17, 2025
2 parents fceb469 + 167307c commit f47b521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Admin/Form/Setting/BankingSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function postProcess() {
}

// process menu entry
Civi::settings()->set('json_editor_mode', $new_menu_position);
Civi::settings()->set('json_editor_mode', $values['json_editor_mode']);

// log levels
Civi::settings()->set('banking_log_level', $values['banking_log_level']);
Expand Down

0 comments on commit f47b521

Please sign in to comment.