Skip to content

Commit

Permalink
HiH: Add note regarding saving
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Tubach committed Jan 22, 2025
1 parent c532c96 commit 44d7015
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
namespace Civi\Funding\FundingCaseTypes\BSH\HiHAktion\Application\UiSchema;

use Civi\RemoteTools\JsonForms\JsonFormsControl;
use Civi\RemoteTools\JsonForms\JsonFormsMarkup;
use Civi\RemoteTools\JsonForms\Layout\JsonFormsCategorization;
use Civi\RemoteTools\JsonForms\Layout\JsonFormsCategory;
use Civi\RemoteTools\JsonForms\Layout\JsonFormsGroup;
Expand Down Expand Up @@ -50,6 +51,11 @@ public function __construct(string $currency) {
new HiHFormalesGroup('#/properties/formales/properties'),
]),
]),
new JsonFormsMarkup(<<<EOD
<p><strong>Achtung: Ihr Antrag ist erst gespeichert, wenn das System auf die
Übersichtsseite springt.</strong></p>
EOD
),
];
parent::__construct(
'Förderantrag für die NDR-Benefizaktion „Hand in Hand für Norddeutschland“ – aus einsam wird gemeinsam.',
Expand Down

0 comments on commit 44d7015

Please sign in to comment.