Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display problem for fields name in entries after upgrading to 3.3.5 #5002

Closed
xavierdemoor opened this issue Sep 26, 2019 · 7 comments
Closed

Comments

@xavierdemoor
Copy link

Description

Note: I have this problem only with 3.3.5 version. I tried a downgrade and the problem was gone with previous version.

The fields name is not correctly displayed in entries editing. It gives me this:
Titre de l'article in place of Titre de l'article

Additional info

  • Craft version: 3.3.5
  • PHP version: 7.3.9
  • Database driver & version: mysql 5.7.24
  • Plugins & versions:
@john-henry
Copy link
Contributor

This is also a breaking change for me if I'm trying to do things like entry.title|camel. It is not dealing with html entities and leaving them in.

@darylknight
Copy link

I noticed this in 3.3.5 too - it's now showing ascii versions of characters like < and >.

Also happening with the Redactor plugin:

image

@cuebit
Copy link

cuebit commented Sep 27, 2019

Also getting this issue in the CP after upgrading to 3.3.5 specifically with SproutSEO where forms.textField is being using with labels containing html i.e. icons.

Screenshot 2019-09-27 at 16 33 23

@brandonkelly
Copy link
Member

Thanks for reporting, all! We just released Craft 3.3.6 with a fix for this.

@john-henry
Copy link
Contributor

@brandonkelly Using {{ entry.title|camel }} is still retaining an ampersand if used in the title where it stripped it prior to Craft 3.3.5

@brandonkelly
Copy link
Member

@john-henry Do you know what version you were coming from? We didn’t change anything related to that filter in 3.3.5, And I just tested {{ 'Pixel & Tonic'|camel }} in 3.3.0 and even there it still output pixel&Tonic.

@john-henry
Copy link
Contributor

@brandonkelly Hmmm OK good point. May not have been related to original issue so. It was stripping it in Craft 3.1.19 defo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants