- Issue created by @Harshita mehra
- last update
over 1 year ago 55 pass - @harshita-mehna opened merge request.
- Status changed to Needs review
over 1 year ago 10:49am 17 July 2023 - 🇮🇳India Harshita mehra
Hello Maintainers,
I have provided an MR !4 to fix this issue.
To get more information visit https://www.drupal.org/node/3070687 →
Please review it.Thanks!
- 🇮🇳India Priya_Degwekar
Hi @Harshita mehna, I have reviewed and tested #MR4.
It is working fine. - 🇮🇳India Priya_Degwekar
Attaching screenshots for reference.
Can be move to RTBC. - Status changed to RTBC
over 1 year ago 5:31am 19 July 2023 - Status changed to Needs work
over 1 year ago 4:10pm 19 July 2023 - last update
over 1 year ago 18 pass, 20 fail - Status changed to Needs review
over 1 year ago 5:44am 20 July 2023 - last update
over 1 year ago Patch Failed to Apply - 🇮🇳India Harshita mehra
@apaderno,
So What I understood here is that the core_version_requirement key is compatible with Drupal 8.8 and its above versions.
But If we want to get compatibility with all three versions 8,9 and 10 then we need to add
core: 8.x with core_version_requirement: ^8.8 || ^9 || ^10
Can you please let me know that Am I correct here or not?
Please share your thoughts and review again.
Apart from these thanks for showing me the correct way.Thanks.
- Status changed to Needs work
over 1 year ago 9:40am 20 July 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
The .info.yml file contains the following lines.
core: 8.x core_version_requirement: ^8 || ^9 || ^10 configure: userprotect.rule_list dependencies: - drupal:system (>=8.7.0) - drupal:user
The line containing
core: 8.x
and the line containingdrupal:system (>=8.7.0)
must be removed. The line containingcore_version_requirement: ^8 || ^9 || ^10
must be changed tocore_version_requirement: ^8.8 || ^9 || ^10
. - Status changed to Needs review
over 1 year ago 10:25am 20 July 2023 - last update
over 1 year ago 55 pass - last update
over 1 year ago 55 pass - 🇮🇳India Harshita mehra
Please review the commit e93dd434 and thanks for showing me the correct way.
- Status changed to RTBC
over 1 year ago 7:16pm 20 July 2023 - Status changed to Needs work
about 1 year ago 4:35pm 13 October 2023 Needs Work to resolve this MR note 📌 Remove "core: 8.x" from the .info.yml file RTBC
-
MegaChriz →
committed 938f3b28 on 8.x-1.x
Issue #3374985 by Harshita mehna, chaitanyadessai, Priya_Degwekar,...
-
MegaChriz →
committed 938f3b28 on 8.x-1.x
- Status changed to Fixed
8 months ago 9:36am 3 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.