Skip to content

Commit

Permalink
VACMS-14793: Fix footer rail form and other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chri5tia committed Sep 15, 2023
1 parent e260c71 commit e3be787
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ public function formAlter(FormAlterEvent $event): void {
$admin = $this->permsService->hasAdminRole(TRUE);
$this->hubMenuFormAlter($form, $admin);
}
if ($event->getFormId() === 'menu_link_content_va-gov-footer_form' || $event->getFormId() === 'menu-link-content-footer-bottom-rail-form') {
$this->hideMenuLinkDescriptionField($form, $admin);
if ($event->getFormId() === 'menu_link_content_va-gov-footer_form' || $event->getFormId() === 'menu_link_content_footer-bottom-rail_form') {
$this->hideMenuLinkDescriptionField($form);
}
}

Expand Down

0 comments on commit e3be787

Please sign in to comment.