Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

clean up news listing and latest event #229

Merged
merged 6 commits into from
Jul 29, 2024

Conversation

yeniatencio
Copy link
Contributor

@yeniatencio yeniatencio commented Jul 24, 2024

BE link: https://nginx-php.pr-419.content-reference-sdp-vic-gov-au.sdp4.sdp.vic.gov.au/
Ticket: https://digital-vic.atlassian.net/browse/SD-18
CHANGE:
Clean up news_listing and latest_event paragraphs.

Note: Behat test is failing in one scenario and will be covered with this ticket

Screenshot 2024-07-25 at 9 17 36 am

$query = \Drupal::entityQuery('paragraph')
->accessCheck(TRUE)
->condition('type', $paragraph_type);
$p_ids = $query->execute();
Copy link
Contributor

Choose a reason for hiding this comment

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

Not a big deal, but style wise I prefer full names.

Copy link
Contributor

@anthony-malkoun anthony-malkoun left a comment

Choose a reason for hiding this comment

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

👍

@yeniatencio yeniatencio merged commit 7c86123 into develop Jul 29, 2024
1 of 7 checks passed
@yeniatencio yeniatencio deleted the feature/SD-18-remove-news-listing-latest-events branch July 29, 2024 04:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants