From d384ccd07598cca39f37ba5cf6d534c3ec4a5b84 Mon Sep 17 00:00:00 2001 From: danharrin Date: Wed, 31 Jul 2024 15:55:03 +0000 Subject: [PATCH 1/2] chore: fix enforcement of copyright on all files --- .../views/filament/infolists/components/html.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/filament/infolists/components/html.blade.php b/resources/views/filament/infolists/components/html.blade.php index a7a0fd36d..a23b15a76 100644 --- a/resources/views/filament/infolists/components/html.blade.php +++ b/resources/views/filament/infolists/components/html.blade.php @@ -3,8 +3,8 @@ Copyright © 2016-2024, Canyon GBS LLC. All rights reserved. - Advising App™ is licensed under the Elastic License 2.0. For more details, - see https://github.com/canyongbs/advisingapp/blob/main/LICENSE. + Aiding App™ is licensed under the Elastic License 2.0. For more details, + see Notice: @@ -18,7 +18,7 @@ of the licensor in the software. Any use of the licensor’s trademarks is subject to applicable law. - Canyon GBS LLC respects the intellectual property rights of others and expects the - same in return. Canyon GBS™ and Advising App™ are registered trademarks of + same in return. Canyon GBS™ and Aiding App™ are registered trademarks of Canyon GBS LLC, and we are committed to enforcing and protecting our trademarks vigorously. - The software solution, including services, infrastructure, and code, is offered as a @@ -27,7 +27,7 @@ in the Elastic License 2.0. For more information or inquiries please visit our website at - https://www.canyongbs.com or contact us via email at legal@canyongbs.com. + or contact us via email at legal@canyongbs.com. --}} From b0c52da5e6dd573974670f38a836d8669b0a1f52 Mon Sep 17 00:00:00 2001 From: joelicatajr Date: Wed, 31 Jul 2024 15:57:19 +0000 Subject: [PATCH 2/2] chore: fix code style --- .../KnowledgeBaseItemResource/Pages/EditKnowledgeBaseItem.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app-modules/knowledge-base/src/Filament/Resources/KnowledgeBaseItemResource/Pages/EditKnowledgeBaseItem.php b/app-modules/knowledge-base/src/Filament/Resources/KnowledgeBaseItemResource/Pages/EditKnowledgeBaseItem.php index 76c47a7e0..e786f4098 100644 --- a/app-modules/knowledge-base/src/Filament/Resources/KnowledgeBaseItemResource/Pages/EditKnowledgeBaseItem.php +++ b/app-modules/knowledge-base/src/Filament/Resources/KnowledgeBaseItemResource/Pages/EditKnowledgeBaseItem.php @@ -100,6 +100,7 @@ public function form(Form $form): Form protected function mutateFormDataBeforeSave(array $data): array { ray($data); + return parent::mutateFormDataBeforeSave($data); // TODO: Change the autogenerated stub }