- Issue created by @alok_singh
- Status changed to Needs review
over 1 year ago 11:07am 15 May 2023 - 🇮🇳India Akshay kashyap
@alok_singh Thanks for the Work
I checked and applied #MR but couldn't apply it properly and I get an error message.
curl https://git.drupalcode.org/project/kite/-/merge_requests/5.diff | git apply -v % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 107k 0 107k 0 0 183k 0 --:--:-- --:--:-- --:--:-- 183k Checking patch css/sass/__frontpage.scss... error: while searching for: width: 100%; min-height: 500px; margin: 0 auto; background-image: url("/themes/contrib/kite/images/kite.png"); background-repeat: no-repeat; background-position: 0 10% ; background-size: cover; error: patch failed: css/sass/__frontpage.scss:88 error: css/sass/__frontpage.scss: patch does not apply Checking patch css/sass/__header.scss... error: while searching for: display: none; position: absolute; top: 48px; right: -71px; z-index: 1; background: var(--white); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); error: patch failed: css/sass/__header.scss:94 error: css/sass/__header.scss: patch does not apply Checking patch css/style.css... error: while searching for: width: 100%; min-height: 500px; margin: 0 auto; background-image: url("/themes/custom/kite/images/kite.png"); background-repeat: no-repeat; background-position: 0 10%; -webkit-background-size: cover; error: patch failed: css/style.css:107 error: css/style.css: patch does not apply
- Status changed to RTBC
over 1 year ago 7:35am 31 May 2023 - 🇮🇳India bunty oberoi
Hi alok_singh, Akshay kashyap
Verified and tested Patch Comment #5 on Drupal Version 10.1.0-dev PHP Version 8.1.16
Testing Steps:-
1. Install Drupal 10.1.0 version.
2. git clone --branch '1.x' https://git.drupalcode.org/project/kite.git
2. Applied Patch #5 projects/drupal/themes/contrib/kite
3. Checked the changes difference using git diff
4. Installed theme and set it as default.Testing result:
Patch Comment #5 fixed the issue
Here I have attached the before and after apply patch screenshots.
Moved the issue to RTBC ++