| Comment | File | Size | Author |
|---|---|---|---|
| #4 | after_patch.png | 29.71 KB | tanuja bohra |
| #4 | before_patch.png | 30.91 KB | tanuja bohra |
| #4 | upgrade_status.png | 17.61 KB | tanuja bohra |
Issue fork academic_applications-3378556
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
a_khalipau commentedComment #4
tanuja bohra commentedVerified the MR2 on 9.5.8, and 10.0.0 for drupal 10 compatibility. Added screenshots for reference, RTBC++
Comment #5
cilefen commentedThis merge doesn't adhere to Drupal code standards, indents in this case. Can we get that updated please?
Comment #6
cilefen commented@Tanuja Bohra You will not be given credit for screenshots of the update UI.
#3303963: Automated Drupal 10 compatibility fixes does one other change. Is that not needed?
Comment #7
drupler8 commentedHi cilefen and bkosborne, just for future planning purposes are you planning on a d10 release of this module. It may only have 23 people using it, but it is a really good and helpful module.
Thanks!
Comment #8
cilefen commentedSure. But we I need someone to test it because my organization no longer uses this module. The biggest issues, if any, will be with the Webform 6.2 integration. @drupler8 Are you using 2.x of this module with Webform 6.2 currently?
Comment #10
cilefen commented@drupler8 After some basic testing I released https://www.drupal.org/project/academic_applications/releases/3.0.0-alpha1 with Drupal 10 support. Please test it thoroughly.
Thank you @xopoc for the changes.
Comment #11
drupler8 commented@cilefen @xopoc amazing TY.
I am currently using 6.1.5, but I should have a d10 webform 6.2 site up soon to be able to test. I will keep you posted.
Thanks!
Comment #12
drupler8 commentedHi @cilefen @xopoc,
I have now been able to test this in Drupal 10.
It will be put through it's paces shortly, but it worked great.
I did get one php warning if you care:
Warning: Array to string conversion in Drupal\academic_applications\SubmissionBundler->bundle() (line 92 of /var/www/sites/drupal/ugsite/web/modules/contrib/academic_applications/src/SubmissionBundler.php).
I added an implode on line 92:
$name = !empty($submission->getData()['name']) ? '-' . implode("", $submission->getData()['name']) : '';
I will keep you posted if anything else comes up. Thanks again for taking the time to make this release!!
Comment #13
bkosborne