I have a Paragraphs bundle with a couple of fields. I want to hide or display certain fields on the edit form, dependent on the value of another field of that paragraph type. I can't arrange this because the "Manage dependencies" option isn't present at all.

From my understanding this issue is different from the issues reported here and here.

This issue is only affecting the 8.x version of Conditional fields. On a Drupal 7.54 site with Paragraphs 7.x-1.0-rc5 and Conditional fields 7.x-3.0-alpha2 the "Manage dependencies" option is present for me inside Paragraphs bundles, with full functionality.

Comments

kreatIL created an issue. See original summary.

kreatIL’s picture

I found it: Conditional fields settings could be met under Structure > Conditional fields > Paragraphs > My custom Paragraphs bundle

For a better user experience, this option should be also present when editing a Paragraphs bundle. It had been the first place I was looking for it.

bryanmws’s picture

+1

Been looking for the settings in the paragraph bundle edit.
Thx @kreatIL for pointing this out.

M_Z’s picture

Also +1 for this important UX improvement!

@kreatIL / @bryanmws:
Can you please check my recently posted issue https://www.drupal.org/node/2902164 and write a comment there if my described scenario ("controlled by" field and "target field(s)" inside the same Paragraph type) is working for you (and with which module versions).

Thanks in advance!

colan’s picture

Issue tags: +Paragraphs
marvil07’s picture

This is probably a duplicate of #2995827: Other entities work but without the additional manage display path like on node types , where there is already some changes to generalize a bit more the code.
The latest patch is solving core entities cases, but not yet paragraph.
I will close this one as a duplicate, but if needed this can be re-opened for the paragraphs specific case.

mattjones86’s picture

I believe this is now partially fixed for paragraphs in my latest patch in #2995827: Other entities work but without the additional manage display path like on node types .

I still cannot make the states correctly apply to the form though, so needs more investigation. Hopefully this should be a little easier now the UI works.