Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VACMS:15279 utilize menu form alter in home module #15282

Closed
wants to merge 4 commits into from

Conversation

chri5tia
Copy link
Contributor

@chri5tia chri5tia commented Sep 16, 2023

Description

Follow up for work on hiding the link descriptions in certain menu fields, we crated a new menu form alter trait that can't be utilized by other modules until it is implemented. This PR addresses the ticket to break up that work and follow an order of operations. This is not ready to merge until PR #15069 is deployed to prod.

Relates to #15279
#14793

Engineering notes

This PR is in a state that just serves as a preview/reminder. It will need to be edited to show the base branch as "main".

Testing done

TBD

Screenshots

n/a

QA steps

TBD

Definition of Done

  • Documentation has been updated, if applicable.
  • Tests have been added if necessary.
  • Automated tests have passed.
  • Code Quality Tests have passed.
  • Acceptance Criteria in related issue are met.
  • Manual Code Review Approved.

Select Team for PR review

  • CMS Team
  • Public websites
  • Facilities
  • User support
  • Accelerated Publishing

Is this PR blocked by another PR?

  • DO NOT MERGE

Does this PR need review from a Product Owner

  • Needs PO review

CMS user-facing announcement

Is an announcement needed to let editors know of this change?

  • Yes, and it's written in issue ____ and queued for publication.
    • Merge and ping the UX writer so they are ready to publish after deployment
  • Yes, but it hasn't yet been written
    • Don't merge yet -- ping the UX writer to write and queue content
  • No announcement is needed for this code change.
    • Merge & carry on unburdened by announcements

@va-cms-bot va-cms-bot temporarily deployed to Tugboat September 16, 2023 22:25 Destroyed
@chri5tia chri5tia changed the title VACMS:v15279 utilize menu form alter in home module VACMS:15279 utilize menu form alter in home module Sep 16, 2023
@chri5tia chri5tia changed the base branch from main to VACMS-14793-Hide-Footer-Description-Field September 16, 2023 22:39
@@ -12,6 +13,8 @@
*/
class FormEventSubscriber implements EventSubscriberInterface {

use MenuFormAlter;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: It is nice to follow the pattern of suffixing a trait with the word trait in it so it is clear what it is.
image

@chri5tia chri5tia force-pushed the VACMS-14793-Hide-Footer-Description-Field branch 3 times, most recently from 909e431 to b30241b Compare September 19, 2023 01:34
@chri5tia chri5tia changed the base branch from VACMS-14793-Hide-Footer-Description-Field to main September 20, 2023 19:54
@dsasser
Copy link
Contributor

dsasser commented Oct 16, 2023

Closing and we can revisit later.

@dsasser dsasser closed this Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants