Closed (fixed)
Project:
Conditional Fields
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2017 at 08:18 UTC
Updated:
10 Sep 2019 at 22:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
OlgaRabodzei commentedHi, Renaud!
Thank You for the feedback. I'll add this in TODO list and will try to check the possibility to remove the dependency.
Regards.
Comment #3
sinn commentedWould be very useful because field_ui is disabled on production sites usually.
Comment #4
rodrigoaguileraI checked that the functionality is not broken without the dependency so this patch is useful so we don't have field_ui enabled.
I didn't check the code of this module so I don't know if the dependency is really needed.
Comment #5
ovanes commentedAdding a patch for composer-based projects that use the latest release (alpha4), This shouldn't be applied to HEAD of course.
Comment #6
pwolanin commentedI agree strongly with the premise of this issue - no contrib module should require field_ui to be on to function.
Comment #7
k3vin_nl commentedPatch from #5 seems to work!
Comment #8
panchoHere's a patch that should correctly apply. Let's see if it tests green.
Comment #9
stephaneqCreated new patch after the change introduced by #2998570: Apply new {project}:{module} format for dependencies in info.yml.
Comment #10
panchoYay, thanks!
Comment #11
pwolanin commentedFYI, composer won't apply the patch from #9 to the alpha5 due to drupal.org packaging info
This should be committed.
Comment #12
nigelcunningham commentedHere's a version that can be used with composer until the patch in #9 is applied.
Comment #14
colanThanks all.