There is a warning comment in the views-view-fields.html.twig template:

<!--
THIS FILE IS NOT USED AND IS HERE AS A STARTING POINT FOR CUSTOMIZATION ONLY.
See http://api.drupal.org/api/function/theme_views_view_fields/8 for details.
After copying this file to your theme's folder and customizing it, remove this
HTML comment.
-->

It would be better to make this a Twig comment instead of an html one, because right now it will appear in the page markup when someone uses the template in their theme.

It says to remove it, but I wouldn't be surprised if someone forgets. Lets not penalize someone for overlooking this and ending up with it in their markup.

I checked the issue where it was added, and there is no mention of why it was added this way. (There isn't even any specific talk about adding it at all.)

Leaving it in, instead of removing it completely, is fine. The warning is correct, but it doesn't need to be visible to a site visitor.

Beta phase evaluation

Reference: https://www.drupal.org/core/beta-changes
Issue category Task because nothing is broken.
Issue priority Not critical because it is basically a documentation change.
Unfrozen changes Unfrozen because it only changes a template and documentation.
Disruption Not disruptive.
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

davidhernandez created an issue. See original summary.

davidhernandez’s picture

Status: Active » Needs review
FileSize
663 bytes

I left it as a separate comment, instead of merging it with the top of file comment block, because it is separate. It is also more noticeable that way and easy to remove.

davidhernandez’s picture

Slight change. That comment isn't completely accurate with this change.

joelpittet’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me. Thanks for catching that @davidhernandez.

joelpittet’s picture

Issue tags: +Quickfix, +Documentation
alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 729f014 and pushed to 8.0.x. Thanks!

  • alexpott committed 729f014 on 8.0.x
    Issue #2547803 by davidhernandez: The warning in views-view-field.html....

Status: Fixed » Closed (fixed)

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