🇮🇳India @Roshni_Kodiganti

Account created on 6 January 2022, over 2 years ago
  • Senior Drupal Developer L2 at Material 
#

Recent comments

🇮🇳India Roshni_Kodiganti

updated drupal core version to ^10 in composer.json file.

🇮🇳India Roshni_Kodiganti

Added readme file for view_mode_conditional_fields module.

please review

🇮🇳India Roshni_Kodiganti
  1. 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.
  2. 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.

🇮🇳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.

Production build 0.71.5 2024