Problem/Motivation

A span tag "field_ ‎" is being rendered on the frontend, when a new field is being created with an existing machine name.

Issue Reproduction Steps

1. visit admin/structure/comment/manage/comment/fields
2. Add a field with any machine name , say "abcd".
3. Try creating another field with the same machine name "abcd"

Actual Result : A span tag is being rendered wrapping the respective field along with a red border around the field.

Expected Result : The span tag should not have been displayed on the frontend. Only the field with the red border around it should have been displayed here.

Comments

piyushpoddar’s picture

Issue summary: View changes
juankvillegas’s picture

Status: Needs review » Closed (cannot reproduce)
Issue tags: +LatinAmerica2015
StatusFileSize
new182.36 KB
new159.81 KB

The following image is the current "Manage Fields" page.
Manage Fields page for Comments
It has changed since the version you used.

The following image is the current way to add fields and, as you can see, it looks that the issue has been solved.
Issue not replicable