OnePlc/PLC_X_Tag

Numeric input error

Opened this issue · 0 comments

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