-
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-10089: Checkbox to add event to National Outreach Calendar #15552
Conversation
…alue in listing_field - Disable the checkbox if it needs to be.
- Adds the calendar to the event if the user is a hub only user.
… national outreach calendar' field.
… hub only user. - Restore the _none option.
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.36 to 1.10.37. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md) - [Commits](phpstan/phpstan@1.10.36...1.10.37) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docroot/modules/custom/va_gov_events/src/EventSubscriber/EntityEventSubscriber.php
Outdated
Show resolved
Hide resolved
docroot/modules/custom/va_gov_events/src/EventSubscriber/EntityEventSubscriber.php
Outdated
Show resolved
Hide resolved
a732146
to
812b8c8
Compare
This reverts commit 2f81169.
docroot/themes/custom/vagovclaro/assets/scss/components/_fields.scss
Outdated
Show resolved
Hide resolved
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.
Removed because this test has become outdated and fails as the event form and it's tests have evolved. Fixing it would be redundant due to this test also running in other places, such as the CLP and Event features.
@@ -0,0 +1,14 @@ | |||
import { When } from "@badeball/cypress-cucumber-preprocessor"; | |||
|
|||
When("I set the {string} feature toggle to {string}", (featureToggleMachineName, value) => { |
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.
Do you think it would benefit future us if we added a comment about changing this to a drush command, to avoid having to login as a specific user prior to doing the test?
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.
Good idea. I'll put this in the status update in my notes for future work.
Description
Relates to #10089
Testing done
Functional in CMS, cypress
Screenshots
QA steps
As a user with content_admin role:
As a user with the roles office_content_creator, content_publisher
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?