Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Features Update: cgov_application_page - Features Update: cgov_article - Features Update: cgov_biography - Features Update: cgov_blog - Features Update: cgov_cancer_center - Features Updates: cgov_cancer_research - Features Update: cgov_content_block - Features Updates: cgov_core - Features Update: cgov_cthp - Features Update: cgov_embedded_block - Features Update: cgov_event - Features Update: cgov_external_link_block - Features Update: cgov_home_landing - Features Update: cgov_image - Features Update: cgov_infographic - Features Update: cgov_press_release - Features Update: cgov_saml_auth_config - Features Update: cgov_site_section - Features Update: cgov_video - Features Update: pdq_cancer_information_summary - Features Update: pdq_drug_information_summary - PHPCS and PHPStan fixes - Updated login link display logic for changes in samlauth 3.10. - Remove Kernel tests in favor of Cypress tests. (#4514) - Update tests to reflect new field creation UX - Updated CgovNavTreeController to change getNavData to require taxonomy_term instead of having a default parameter before required parameters. As it was PHPCBF wanted to mark it as nullable, and by doing that PHP started throwing deprecation issues because there is an optional param before required. At the end of the day, the code does not guard against $taxonomy_term being null, so we should not default to null. - Updated translation packages - D10.3 introduces revision history and revisioning to taxonomy_terms. This needs to be disabled until we can better test it and identify any unexpected side effects. (Especially cgov_site_section and the computed_path field). Closes #4506
- Loading branch information