znuny / Znuny

Znuny/Znuny LTS is a fork of the ((OTRS)) Community Edition, one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management.
https://www.znuny.org
GNU General Public License v3.0
332 stars 82 forks source link

Sector Nord AG: Fixed overflow of dynamic field groups in AgentTicketZoom process widget #553

Open jsinagowitz opened 3 months ago

jsinagowitz commented 3 months ago

Proposed change

If the value of a dynamic field is too long, the dynamic field widgets overflows to the right.

image

Steps to reproduce:

It is interesting to note that as soon as any widget contains text that is too large, all the widgets no longer adapts to the window size.

The same widget with a shorter text:

image

My example text:

Znuny is the continuation of the OTRS Project created in 2001 by Martin Edenhofer. OTRS AG discontinued maintenance of the ((OTRS)) Community Edition in 2020. Martin’s company Znuny GmbH then forked the project to continue it under the name Znuny.

Since then the software has continued to grow, as never before, through contributions from many open-source support vendors and the hard work and financial backing from Znuny GmbH.

Type of change

Additional information

I also found the following code snippet in the AgentTicketZoom.tt:

                                        <p class="ValueLong">
[% RenderBlockStart("ProcessWidgetDynamicFieldValueLong") %]
                                            [% Data.Value %]
[% RenderBlockEnd("ProcessWidgetDynamicFieldValueLong") %]
                                        </p>

I did not find the perl code that inserts the blocks. The code may be unnecessary.

Checklist