View Revisions: Issue #998

Summary 0000998: Improve user and group search in delegated print dialog
Revision 2018-11-01 21:03 by rijkr
Description IST-1: Config item "webapp.user.proxy-print.delegator.name-id" (Y|N) determines user description in the Delegated Print Quick User Search List. When set to Y (default) the User ID is appended to the user name. Generally, it is set to N when the User ID is already part of the user name.
SOLL-1: Remove webapp.user.proxy-print.delegator.name-id, and determine user description in the Delegated Print Quick User Search List as follows: append the User ID to the user name when it is NOT already part of the user name.

IST-2: User quick search in delegated print dialog is on userid.
SOLL-2: User quick search in delegated print dialog is on both username (sorted) and userid, unless config item webapp.user.proxy-print.delegator-user.hide-id (Y | N (default)) is Y. In that case, userid is hidden and search is on username (sorted) only.

IST-3: Group quick search in delegated print dialog shows groupName.
SOLL-3: Prepend group fullName to groupName when present and different from groupName.

IST-4: Group quick search in delegated print dialog is on groupName.
SOLL-4: Group quick search in delegated print dialog is on both fullName (sorted) and groupName, unless config item webapp.user.proxy-print.delegator-group.hide-id (Y | N (default)) is Y. In that case, groupName is hidden and search is on fullName (sorted) only.
Revision 2018-11-01 21:01 by rijkr
Description IST-1: Config item "webapp.user.proxy-print.delegator.name-id" (Y|N) determines user description in the Delegated Print Quick User Search List. When set to Y (default) the User ID is appended to the user name. Generally, it is set to N when the User ID is already part of the user name.
SOLL-1: Remove webapp.user.proxy-print.delegator.name-id, and determine user description in the Delegated Print Quick User Search List as follows: append the User ID to the user name when it is NOT already part of the user name.

IST-2: User quick search in delegated print dialog is on userid.
SOLL-2: User quick search in delegated print dialog is on both username and userid, unless config item webapp.user.proxy-print.delegator-user.hide-id (Y | N (default)) is Y. In that case, userid is hidden and search is on username only.

IST-3: Group quick search in delegated print dialog shows groupName.
SOLL-3: Prepend group fullName to groupName when present and different from groupName.

IST-4: Group quick search in delegated print dialog is on groupName.
SOLL-4: Group quick search in delegated print dialog is on both fullName and groupName, unless config item webapp.user.proxy-print.delegator-group.hide-id (Y | N (default)) is Y. In that case, groupName is hidden and search is on fullName only.
Revision 2018-10-30 20:37 by rijkr
Description IST-1: Config item "webapp.user.proxy-print.delegator.name-id" (Y|N) determines user description in the Delegated Print Quick User Search List. When set to Y (default) the User ID is appended to the user name. Generally, it is set to N when the User ID is already part of the user name.
SOLL-1: Remove webapp.user.proxy-print.delegator.name-id, and determine user description in the Delegated Print Quick User Search List as follows: append the User ID to the user name when it is NOT already part of the user name.

IST-2: User quick search in delegated print dialog is on userid.
SOLL-2: User quick search in delegated print dialog is on both userid and username.

IST-3: Group quick search in delegated print dialog shows groupName.
SOLL-3: Append group fullName to groupName when present and different from groupName.

IST-4: Group quick search in delegated print dialog is on groupName.
SOLL-4: Group quick search in delegated print dialog is on both groupName and fullName.