Needs work
Project:
Paragraphs Features
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2023 at 11:15 UTC
Updated:
28 Aug 2024 at 09:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #7
bletch commentedPlease ignore MR 10 & 11 - they went weird. 12 is correct.
Comment #8
bletch commentedComment #9
duaelfrI don't know if removing this test is relevant but it should at least pass even if our theme is a subtheme of one of these two.
Plus, the same test is used in
\Drupal\paragraphs_features\ParagraphsFeatures::getThirdPartyForm()too so I suppose it should be changed accordingly.Comment #11
duaelfrThere you go
Comment #12
grzesag commentedMR12 works for me when using with Seven administration theme, thanks
Comment #13
nishruu commentedMR13 works for me with a subtheme of claro. Merci DuaelFr !
Comment #14
markconroy commentedMR13 solved the issue for me.
Comment #15
Anonymous (not verified) commentedMR 13 does not solve https://www.drupal.org/project/paragraphs_features/issues/3374777
Comment #16
fisherman90I came here, because I'm using seven in a project, too. Was wondering really, why the code tests against certain admin themes?
For me MR12 sounds like the solution, if nobody can name a reason to limit the functionality to those themes.
Works at least for me for now :)
Comment #17
osopolarCopy of patch from MR13 attached, to be used with composer, see "Patches from drupal.org merge request URLs are dangerous?".
Edit: Sorry, but the patch naming was not correct, it's not related to #13 but to MR13.
Comment #18
osopolarCurrently we are using the Thunder Admin Theme, which is based on seven. After upgrading from 1.x to 2.x our Paragraphs Features stopped working due to this issue. As fisherman90 pointed out, it might not be necessary to limit the widget features to claro and gin (based) themes – or at least it would be nice to enable the widget also for other themes. Therefor I set the issue to needs work.
Copy of patch from MR12 attached, to be used with composer, see "Patches from drupal.org merge request URLs are dangerous?".
Comment #19
droprocker commentedIt would be nice to have this info on the module page itself. It could save a lot of time figuring out why it isn't working with custom or other themes.