-
Notifications
You must be signed in to change notification settings - Fork 1
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
SDSS-1314: Drupal 10.3 / PHP 8.3 #510
Conversation
@@ -73,7 +73,9 @@ public function save(array $form, FormStateInterface $form_state) { | |||
elseif ($status == SAVED_NEW) { | |||
$message = $this->t('The SDSS entity type %name has been added.', $t_args); | |||
} | |||
$this->messenger()->addStatus($message); | |||
if ($message) { |
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.
@joegl You might want to initialize this variable ($message).
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.
I only saw the 1 issue with a high level review.
+ | ||
+################################################################################### | ||
+# | ||
+# * |
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.
Wat? a big drupal drop in a patch. 🤷
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.
Yea the merge request also adds in the gitlab-ci.yml 🤷
READY FOR REVIEW
Summary
Review Tasks
Setup tasks and/or behavior to test
Front End Validation
Backend / Functional Validation
Code
Code security
General
Affected Projects or Products
Associated Issues and/or People
SDSS-1314: DEV | Upgrade to Drupal 10.3.x and PHP 8.3
Resources