Closed (fixed)
Project:
Fashion and Beauty
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2023 at 11:24 UTC
Updated:
12 Jun 2023 at 13:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ashutosh ahirwal commentedProviding patch for reference.
theme-compatibility
Comment #4
avpadernoComment #5
avpadernocorecannot be used with that value ofcore_version_requirement.Comment #6
ashishsingh27 commentedHere is a patch to get it working on drupal 10.
As mentioned by @apaderno, since,
corecan not be used have removed it. and added it likecore_version_requirement: ^8.8 || ^9 || ^10.prior to 8.7
core_version_requiremntis not there.maybe this link will be helpful https://www.drupal.org/node/3070687
Also, for
File::load($fid[0])it was getting null value hence have added condition to check for Null.Comment #7
ashishsingh27 commentedComment #8
abh1shek chauhan commented@ashishsingh27 I have tested this theme on my local drupal 10 setup and it's giving error with drupal-check.
Comment #9
abh1shek chauhan commented@ashishsingh27 I've created a new patch for it. It is working fine now. Please apply this patch and test it in your local drupal D10 setup.
Comment #10
abh1shek chauhan commentedComment #11
avpadernoSince there are not clear instructions a novice user can follow, this is not a novice issue.
Comment #12
avpadernoWith that
core_version_requirementvalue,corecannot be anymore used. Also,core_version_requirementshould becore_version_requirement: ^8.8 || ^9 || ^10becausecore_version_requirementis not recognized in earlier Drupal versions.Has anybody verified the code is really compatible with Drupal 10? Is the code still using functions/methods that have been removed from Drupal 10?
Comment #13
shivam_tiwari commentedComment #15
shivam_tiwari commentedComment #18
arti_parmar commentedI have reviewed the changes and tested them. I will merge them.
Comment #20
arti_parmar commented