https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25476

--- Comment #11 from Marcel de Rooy <[email protected]> ---
Victor asked:

QUOTE
[% PROCESS plugin_pars %]
[...]
$plugin? ( public => 1 ): ()

Does this look familiar to anyone?
END_QUOTE

Yes, it looks familiar ;) I wrote this code once. The plugin variable refers to
the use of upload in the cataloguing editor as a plugin for field 856 in
MARC21.
When you upload files there, it would be useless to add file uploads that are
not public, since your OPAC users would not be able to use them.

The process directive adds the block defined earlier. The plugin flag adds the
extra condition public = 1 to your search. You dont want to add private uploads
in field 856.

Hope that helps.

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

Reply via email to