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

M. Tompsett <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from M. Tompsett <[email protected]> ---
I think this is a good start. However:

mtompset@debian:~/kohaclone$ git grep "[         ]logaction(" | cut -f2 -d":" |
cut -f2 -d"," | cut -f2 -d"(" | sed -e "s#^ *##g" | sed -e "s#\"#'#g" | sort -u

'ADD'
'ADDCIRCMESSAGE'
'CHANGE PASS'
'CREATE'
'DELCIRCMESSAGE'
'DELETE'
'ISSUE'
'MODIFY'
'RENEW'
'RETURN'
'Run'
mtompset@debian:~/kohaclone$

[% BLOCK translate_log_action %]
[%    SWITCH action %]
[%        CASE 'ADD'    %]Add
[%        CASE 'DELETE' %]Delete
[%        CASE 'MODIFY' %]Modify
[%        CASE 'ISSUE'  %]Checkout
[%        CASE 'RETURN' %]Return
[%        CASE 'CREATE' %]Create
[%        CASE %][% action %]
[%    END %]
[% END %]

SCRATCH PAD:
'ADDCIRCMESSAGE'
'CHANGE PASS'
'DELCIRCMESSAGE'
'RENEW'
'Run'

There is one more action missing: 'Run'.

-- 
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