Expected Results

When I check the "For each line" option, I expect the extra description to appear before each instance of a multi-field. When I leave the option blank, I expect there to only be on extra description, right at the top of the field underneath the label

Actual Results

The extra description always appears before each instance of a multi-field, regardless of what is set for the "For each line" option.

Analysis

I see that the third party settings stores a value called "multiple" for the "For each line" option, however, I don't see that value utilized it extra_field_description_field_widget_form_alter() when forming the extra description output.

Proposed Solution

Either remove the "For each line" option since it is inoperable or add the functionality to actually make it have an effect.

CommentFileSizeAuthor
#3 3054637-3.patch900 bytesyogeshmpawar
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pianomansam created an issue. See original summary.

yogeshmpawar’s picture

Assigned: Unassigned » yogeshmpawar

working on this issue & checking the feasibility to add actual functionality of adding description to each line.

yogeshmpawar’s picture

Assigned: yogeshmpawar » Unassigned
Status: Active » Needs review
FileSize
900 bytes

For now added patch to remove "For each line" option from the extra field description widget. If anybody want to add this new feature so please create new feature request issue so we can add this functionality in module.

  • yogeshmpawar committed fdf89f8 on 8.x-1.x
    Issue #3054637 by yogeshmpawar, pianomansam: "For each line" option has...
yogeshmpawar’s picture

Status: Needs review » Fixed

Committed & Pushed to 8.x-1.x branch.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.