Closed (fixed)
Project:
Boldy
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Apr 2024 at 07:39 UTC
Updated:
29 Jul 2024 at 10:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
gautam_105@ commentedComment #3
adarshv commentedComment #4
adarshv commentedComment #5
gautam_105@ commentedComment #6
amandeep123 commentedHy @the_g_bomb , To ensure the Boldy theme aligns with the desired style, we need to install the Classy theme as it is the base theme. You can achieve this by running the following command:
composer require 'drupal/classy:^1.0'
Executing this command will resolve any errors related to the missing Classy theme, thus ensuring a seamless integration of the Boldy theme with its intended classy design.
Comment #7
amandeep123 commentedHy @the_g_bomb ,Please Review.
Comment #8
the_g_bomb commentedThanks for the report, I'll try to get a fix up asap.
Comment #10
the_g_bomb commentedThe uploaded can be tested using:
Comment #11
aayushmankotia commentedHi,
I tested for the "Missing Classy (D10)" issue by running the
composer require 'drupal/classy:^1.0'command. Then I executed #10 commands. Now it's working fine and shows the "Install and set as default" button.Leaving status as "Needs review" for testing code changes.
After:-

Thanks.
Comment #12
punit pradhan commentedComment #13
sourojeetpaul commentedComment #14
sourojeetpaul commentedHi,
I think running
composer require 'drupal/classy:^1.0'after installation of the theme is not the desired solution, rather all its dependencies should be downloaded and installed along with it, and the latest commit addresses the same. Looks good to me!So moving it to RTBC++
Attaching before after screenshots for reference!
Comment #15
the_g_bomb commentedThanks, as this is a D10 only requirement, I will make a new branch that only has the d10+ stuff in it.
Comment #16
the_g_bomb commentedI have removed D10 support from the 8.x-2.x branch and created a 3.0.x branch to support the changes required by D10 only, such as the change required here.
Comment #18
the_g_bomb commentedComment #19
the_g_bomb commentedA new release has been pushed: 3.0.0
Comment #20
sourojeetpaul commentedYay, Finally the issue is resolved now!
Comment #21
the_g_bomb commentedSorry it took so long