[Koha-bugs] [Bug 9163] Cataloguing validation workflow

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 28 16:58:25 CET 2012


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

--- Comment #1 from Vitor Fernandes <vfernandes at keep.pt> ---
Created attachment 13737
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13737&action=edit
BUG 9163 - Cataloguing validation workflow

Added 3 systems preferences instead of one:

- 1 to use/not use the validation workflow
- 1 to set the validation framework code
- 1 to set the users with access to the validation framework

addbook.pl and addbiblio.pl show the frameworkcodes in the drop list according
to settings:

- if validation off shows all
- if validation on and framework code is different than validation framework
code, shows the framework code
- if validation on and framework code equal to validation framework code and
the user have permissions, shows the framework code
- if validation on and framework code equal to validation framework code and
the user doesn't have permissions, don't shows the framework code

addbiblio.pl also changed to:

- prevent any user to use the validation framework (if validation on) when
putting the code in the browser URL
- if validation on always set suppress = 1 in framework different than the
validating one

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list