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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 8 10:06:21 CET 2015


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

Alex Arnaud <alex.arnaud at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #21192|0                           |1
        is obsolete|                            |

--- Comment #29 from Alex Arnaud <alex.arnaud at biblibre.com> ---
Created attachment 45474
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45474&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