Fixes #6363 verify telehealth settings button (#6364)
commit2ddbb8622ba7f65cd68f54837dd6ae07af7b2dff
authorStephen Nielson <snielson@discoverandchange.com>
Fri, 14 Apr 2023 17:26:33 +0000 (14 13:26 -0400)
committerGitHub <noreply@github.com>
Fri, 14 Apr 2023 17:26:33 +0000 (14 13:26 -0400)
treef61bd95ec5a5e6d89ab38d290f38f8419f6d6577
parent544ec6037e0cfa8c9d900e8bcdbe0ccfd5a61907
Fixes #6363 verify telehealth settings button (#6364)

* Fixes #6363 verify telehealth settings button

Added the ability to verify the telehealth configuration settings.

* Renamed AuthUtils fixed translations and escaping.

Renamed the auth utils and fixed the translations and escaping.
interface/modules/custom_modules/oe-module-comlink-telehealth/src/Bootstrap.php
interface/modules/custom_modules/oe-module-comlink-telehealth/src/Controller/TeleconferenceRoomController.php
interface/modules/custom_modules/oe-module-comlink-telehealth/src/Services/TelehealthConfigurationVerifier.php [new file with mode: 0644]
interface/modules/custom_modules/oe-module-comlink-telehealth/src/TelehealthGlobalConfig.php
interface/modules/custom_modules/oe-module-comlink-telehealth/src/Util/TelehealthAuthUtils.php [new file with mode: 0644]
interface/modules/custom_modules/oe-module-comlink-telehealth/templates/comlink/admin/telehealth_footer_box.html.twig [new file with mode: 0644]
interface/super/edit_globals.php
interface/super/templates/field_html_display_section.php [new file with mode: 0644]
src/Services/Globals/GlobalSetting.php