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

Numeric input error #3

Open
JBinggi opened this issue Feb 5, 2020 · 0 comments
Open

Numeric input error #3

JBinggi opened this issue Feb 5, 2020 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@JBinggi
Copy link

JBinggi commented Feb 5, 2020

Bug Report

Q A
Version(s) 1.0.x

Summary

If you add a new entity over a select or multiselect it will break the modul

Current behavior

A new numeric input value is treaded like an idfs retrun form an existing entry.
If the idfs not exits in the entity table you get an error like this:
File: /media/ramdisk/binggi/vendor/laminas/laminas-view/src/Renderer/PhpRenderer.php:497 Message: Laminas\View\Renderer\PhpRenderer::render: Unable to render template "partial/entitytags-add"; resolver could not resolve to a file

How to reproduce

Install Core Modul and any Modul with a select field.
Create a new tag entity over the select input with a numeric value grater than 0.
It will take the numeric input as an idfs.
Go to any view, witch lists the newly created input.

Expected behavior

Select can handle numeric input an saves it correty into the database and like any text input

@JBinggi JBinggi added bug Something isn't working help wanted Extra attention is needed labels Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant