🇮🇳India Roshni_Kodiganti
🇮🇳India Roshni_Kodiganti
updated drupal core version to ^10 in composer.json file.
🇮🇳India Roshni_Kodiganti
Roshni_Kodiganti → created an issue.
🇮🇳India Roshni_Kodiganti
🇮🇳India Roshni_Kodiganti
Added readme file for view_mode_conditional_fields module.
please review
🇮🇳India Roshni_Kodiganti
✨ | View Mode Conditional Fields | All fields are getting hidden, when selecting values from other options list (not view mode field)
🇮🇳India Roshni_Kodiganti
🐛 | View Mode Conditional Fields | Getting Validation error even when no view mode is selected for a field
🇮🇳India Roshni_Kodiganti
- issue 1: class "field-visibility-identifier" to manage visibility of fields but class "field-visibility-identifier" is being added even when no view mode is selected in View Mode Conditional Fields Settings. Now class "field-visibility-identifier" is added only when view mode is selected to a field.
- issue 2: when we are editing a required field in a content type which doesnt have any view modes selected, we are getting below issue "Required and View Mode Conditional Fields Settings both cant work together."
Above two issue are fixed in patch.
please review.
✨ | View Mode Conditional Fields | All fields are getting hidden, when selecting values from other options list (not view mode field)
🇮🇳India Roshni_Kodiganti
As based on select field name, select[name^='settings'] is a common name present for all the select fields which as causing all fields to hide. Now, visibility of fields will be based only on view mode field .hence updating the name value from "settings" to "view_mode_selection" for specificity.
Added patch for the same.
🐛 | View Mode Conditional Fields | Getting Validation error even when no view mode is selected for a field
🇮🇳India Roshni_Kodiganti
Roshni_Kodiganti → created an issue.