Hi,

I have some hidden fields in my view that I use to collect the mail addresses:

  • (field_name_1992) = hidden
  • (field_vorname) = hidden
  • Name(title) = visible, with rewriting the content
  • E-Mail (field_mail) = visible

Screenshot

Is this a bug or a feature that these hidden fields are available in the selection?

Regards,
Oliver

CommentFileSizeAuthor
2017-05-17_14h17_27.png12.93 KBoschuetze
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

oschuetze created an issue. See original summary.

hansfn’s picture

Status: Active » Fixed

Sorry about the late reply. I consider this a bug.

The issue should be fixed by commit 191f72b.

Status: Fixed » Closed (fixed)

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

DirMar’s picture

An improvement for the one is a deterioration for the other....

I used the hidden fileds to obtain extra replacement patterns for the e-mail while keeping my view compact.
It is (partly) possible to use the general tokens instead but then I can't format the fields, for instance the date-field.

For now I reversed the patch but (for me) a better solution would be to make this a (configurable?) feature as mentioned in the OP. Is that possible?

amourow’s picture

@DirMar #2925717
is an related issue with a patch to make excluded field available via configuration

DirMar’s picture

@amourow
Thanks! And sorry for this very late response.