https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18076

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |ommunity.org

--- Comment #1 from Jonathan Druart <[email protected]> 
---
>From http://www.template-toolkit.org/docs/manual/Directives.html#section_WHILE

"""
The Template Toolkit uses a failsafe counter to prevent runaway WHILE loops
which would otherwise never terminate. If the loop exceeds 1000 iterations then
an undef exception will be thrown, reporting the error:

WHILE loop terminated (> 1000 iterations)

The $Template::Directive::WHILE_MAX variable controls this behaviour and can be
set to a higher value if necessary. 
"""

I do not think we want to increase this value, and I do not think we want to
display a dropdown list with 1000 entries.
I'd suggest to replace it with an input box (type=number).

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to