http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7688

--- Comment #23 from Julian Maurice <[email protected]> ---
(In reply to comment #21)
> QUESTION:
> 
> It doesn't work for me. I've tried entering 'fr' or 'fr-FR'. Could you
> elaborate on this point? Wouldn't it be possible to display a list of
> available languages?

I've tested something within this patch to provide a list of available locales.
It calls `locale -a` to get the list of installed locales.
(will not work with Windows I think)

> QUESTION:
> 
> So it means that for a library having, let say, 500 subscriptions,
> 500 numbering patterns will be created. Is there a way to avoid
> such inflation of numbering patterns? Since a some subscriptions share
> the same numbering pattern, it would be nice to link them to a unique
> numbering pattern.

The update process will now check for similar patterns already existing before
insert.

> Side note: There is no way to delete Numbering patterns.

I think this was because of foreign key constraints, which were too
restrictive.
Changed that so you can delete numbering patterns and frequencies even if some
subscriptions use them (but it asks for a confirmation).


> REMARKS:
> 
> [1] If I click on Modify pattern, and then Save a new patter, without
> filling Pattern name field, and 'empty' pattern is saved. It appears in
> Numbering pattern list box. And all pattern field contain 'undefined'.

Fixed.

> [2] 'Numbering' field in the prediction pattern is quiet cryptic. There
> is no indication that you can enter a text defining how the variable
> will be formatted. And why 'Numbering', and not 'Formating', or
> 'Displayed as'?

text inputs have been replaced by selects, so you can only enter valid values.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
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