
Problem/Motivation
As part of making this module ready for Drupal 9, we should add a missing core_version_requirement
key to the module info file.
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Comment | File | Size | Author |
---|---|---|---|
#10 | 3108883-10-5-interdiff.txt | 1.19 KB | mbovan |
#10 | 3108883-10.patch | 11.76 KB | mbovan |
#5 | 3108883-5.patch | 12.95 KB | mbovan |
#2 | 3108883-2.patch | 12.11 KB | mbovan |
Comments
Comment #2
mbovan CreditAttribution: mbovan at MD Systems GmbH commentedThis patch adds a necessary
core_version_requirement
key.Comment #3
nathandentzau@mbovan your patch contains changes that are not related to the
core_version_requirement
key change. Could you provide some context as your reason for the change and if that should be moved to a different issue?Comment #4
mbovan CreditAttribution: mbovan at MD Systems GmbH commentedThis is needed to make tests passing.
This was an IDE change. Might not be related.
It seems like json_decode() could be deperecated in the future.
Comment #5
mbovan CreditAttribution: mbovan at MD Systems GmbH commentedReverted #4.2.
Comment #6
mbovan CreditAttribution: mbovan at MD Systems GmbH commentedThe interdiff.
Comment #7
nathandentzauHey @mbovan thank you for the context. Sounds good about fixing the test! I just reviewed this locally and works great. RTBC+++
Comment #8
nathandentzauComment #9
berdirWould be better to leave this out of this patch to avoid conflicts with the other issue.
Comment #10
mbovan CreditAttribution: mbovan at MD Systems GmbH commentedDefinitely, the snippet was accidentally added in #5 from #3068796: Fatal PHP syntax error in SchemaSpeakableTrait.php.
Comment #11
mbovan CreditAttribution: mbovan at MD Systems GmbH commented#10 https://www.drupal.org/pift-ci-job/1555336 failed with an error that should be fixed in #3068796: Fatal PHP syntax error in SchemaSpeakableTrait.php.
Comment #12
KarenS CreditAttribution: KarenS commentedI missed this issue and am fixing this in #3138582: Drupal 9 compatibility. Sorry!