You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Bug Report
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
The text was updated successfully, but these errors were encountered: