https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40659
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #38 from Victor Grousset/tuxayo <[email protected]> --- (In reply to Katrin Fischer from comment #26) > When we remove the default template in favor our a notice template, we cause > a regression for updating libraries that are not English users. > [...] > We could think of other solutions, but I am a bit tired of the clean-up we > have to do with each update, just because our default is not English and we > do provide lots of translations for users in the OPAC. > [...] > Right now, all you need to do is switch a system preference to make the > feature work. If this is added non-English libraries will have to also add > translations. This feels backwards for a template that should be provided > translated out of the box. Feels like this should be a guideline to not incur more work for non-english libraries. @Lucas But here, if wanting a default template. Doesn't the dbrev has access to right tools to do it? Get $default_language from tools/letter.pl, use it to get the translated default notice content in /$LANG/mandatory/sample_notices.yml. Is that all to do? Has this already been done? Because it's indeed problematic to have the db_revs only being able to create english stuff when the installer has the same data, and translated. ---- The test plan isn't up to date anymore now that there isn't a default template ------- It's quite confusing to have to create a notice of email type[1]. But I don't know how it could be done not with notices given the current limitations of HTML customizations discussed above. Only notices have the variables required and email is the less bad fit. cool, there is bug 41064 for the confusion about type. [1] And in the patron module but maybe that's just me that was unable to imagine any other place than OPAC. It makes sense after knowing it. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
