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

not able to use <> in text field in admin UI #4102

Closed
Jimmi08 opened this issue Feb 17, 2020 · 2 comments
Closed

not able to use <> in text field in admin UI #4102

Jimmi08 opened this issue Feb 17, 2020 · 2 comments
Labels
type: bug A problem that should not be happening
Milestone

Comments

@Jimmi08
Copy link
Contributor

Jimmi08 commented Feb 17, 2020

The field is defined this way:

'class_name' => array ( 'title' => LAN_TITLE, 'type' => 'text', 'data' => 'str', 'filter' => true, 'inline' => true, ),

Needed value:
< 200

I tried inline and normal edit too, but the value is stripped after that sign.

That value wasn't inserted manually, now is saved in the database
&lt; 200

It's displayed correctly
image

After changing
image

Saving normal text is ok.

I tried this with a news title on installation only with English. The same result.

@Jimmi08 Jimmi08 added the type: bug A problem that should not be happening label Feb 17, 2020
@CaMer0n CaMer0n added this to the e107 2.3.0 milestone Feb 17, 2020
CaMer0n added a commit that referenced this issue Feb 17, 2020
@CaMer0n
Copy link
Member

CaMer0n commented Feb 17, 2020

@Jimmi08 Please try with the changes. Thanks

@Jimmi08
Copy link
Contributor Author

Jimmi08 commented Feb 17, 2020

Works. Thank you, I tried resaving and editing.

@Jimmi08 Jimmi08 closed this as completed Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A problem that should not be happening
Projects
None yet
Development

No branches or pull requests

2 participants