-
Notifications
You must be signed in to change notification settings - Fork 70
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-15715 Create and publish VA police pages. #16277
Conversation
7c03441
to
975a6aa
Compare
975a6aa
to
088d576
Compare
There is a php failure that I think is fleeting, but am waiting to see the log... which is making me sleepy, so calling it a night. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is excellent, so well thought-out and structured. I am just glad you picked this issue up, as that menu placement was very tricky.
foreach ($sandbox['items_to_process'] as $system_nid => $system_info) { | ||
if (++$i > 25) { | ||
break; | ||
} | ||
|
||
$new_tt_page = Node::create([ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor quibble: $new_tt_page
made sense when this function was about making top task pages. But now that its more generic, it might be better to be $new_page
. (I was trying to figure out what "tt" meant until I looked at the old docblock.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yah that is a good call. I will fix.
This is odd. Showing two failing tests but I can't even find record in the terminal that they ran. I'll make Omahane's recommended change and maybe we'll get proper test output this time. |
d4187bc
to
3aec054
Compare
* VACMS-15715 Create and publish VA police pages. * VACMS-15715 Build VA police menu items. * VACMS-15715 Make top task variable more generic.
Description
Relates to #15715
Testing done
Screenshots
QA steps
What needs to be checked to prove this works?
What needs to be checked to prove it didn't break any related things?
What variations of circumstances (users, actions, values) need to be checked?
As an admin
Definition of Done
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?