[horde] New Horde Setup Tool in horde/base v6.0.0alpha15
Ralf Lang
ralf.lang at gmail.com
Wed Jul 2 17:23:13 UTC 2025
>> Two issues (have been this way for a while)
>>
>> 1) I still don't know where "start_year" gets assigned? For my
>> Contacts, it only shows from current year to 10 years out (2025 to
>> 2035). I can't set anything earlier as it isn't in the dropdown. My
>> "fix" is to hack
>> <install-dir>/vendor/horde/core/lib/Horde/Core/Ui/VarRenderer/Html.php
>> and change line 579.
>>
>> Orig 579:
>> for ($i = $var->type->getProperty('start_year'); $i <=
>> $var->type->getProperty('end_year'); $i++) { */
>>
>> Changed to:
>> for ($i = 1900; $i <= $var->type->getProperty('end_year'); $i++) {
>>
> Please follow/subscribe https://github.com/horde/Core/issues/26
>
Solved by horde/form
Release 3.0.0-beta2 (API Version: 3.0.0-alpha1)
<https://github.com/horde/Form/commit/14bc2bf3b89c29951f3146873fc26a419ac1e0a0>
More information about the horde
mailing list