grouper-users - Re: [grouper-users] RE: [JIRA] (GRP-1591) Typo in grouper.text.en.us.base.properties and groupCopy.jsp
Subject: Grouper Users - Open Discussion List
List archive
Re: [grouper-users] RE: [JIRA] (GRP-1591) Typo in grouper.text.en.us.base.properties and groupCopy.jsp
Chronological Thread
- From: Yoann Delattre <>
- To: "Hyzer, Chris" <>
- Cc: "" <>
- Subject: Re: [grouper-users] RE: [JIRA] (GRP-1591) Typo in grouper.text.en.us.base.properties and groupCopy.jsp
- Date: Wed, 6 Sep 2017 15:03:43 +0200
- Dkim-filter: OpenDKIM Filter v2.11.0 webmail.ac-lille.fr 341594E637
- Ironport-phdr: 9a23:kB9A2RMu+PnDT/QaqZMl6mtUPXoX/o7sNwtQ0KIMzox0Ivj5rarrMEGX3/hxlliBBdydsKMUzbKO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZPebgFLiTanfb9+MAi9oBnMuMURnYZsMLs6xAHTontPdeRWxGdoKkyWkh3h+Mq+/4Nt/jpJtf45+MFOTav1f6IjTbxFFzsmKHw65NfqtRbYUwSC4GYXX3gMnRpJBwjF6wz6Xov0vyDnuOdxxDWWMMvrRr0yRD+s7bpkSAXwhSkaKTA5/mHZhM9+gq1Vrx2upQBwzYHPbYGJN/dzZL/Rcc8USGdDWMtaSixPApm7b4sKF+cOP+FYoJP7p1sIsBCwCxejBOf1xT9Umn/2x7M12PkmHADG2wwvBdQOsHLOoNroKqgSVfq6zLXUzTXZcfxbwi3y55TRfhAloPGMWbZwftTLxUkhDQPIl1OdopHrMTOS0+QCqWmb7+x4WOKujW4ntx9+oiKpxsgylonFmJgZxU7Z+iVk2Io1Kty4SFJ7Yd65C5RcrT2VN4xzQs86XW5ovjw2yqAduZO9YSMEy4wnygbCZ/GDfIWE+A/vWeKVLDtihn9ofKiziwuv/UWizOD3S9O630xQriVfl9nBrnAN2ALX6siAUvZy5Fmh1DaV2w/J9u5IOEQ0lavfK54l3LE8jJQTsV7bEi/3nkX5krOWe1059uWs5OnreKjqq5uYOoNuiAzzNr4iltGiDek6KgQOWnKU+eW41L3t5035R7BKg+U2k6neqp/aI8IbqrSkDABL1oYs8Qq/Dyu80NsGhnQINk5KdAuDj4joP1HOJO73Ae2xg1S2iDtr3ezJPqX9ApXRKXjOiLjhfax6605B0Ao808pf64tJCrEaPv3zQFTxucfcDh84KAy03/3nBMtn2oMfX2KPHrGWMLnUsVCW+uIjPfOAa5EItzbgeLAZ4KukrW4rlEVZNYKpx5oMIjjsG/9mMleUe1LtmdxHDH8HuAx4QeD33g6sSzlWMke1VqQ6rh02DIu6EZ3ODtS8h7WH2mG3E5lfenxcB3iFGjLsdoGAVrECcnTBcYdajjUYWO35GMca3ha0uVqixg==
No need for a patch.
Thanks a lot !
Yoann.
Le 06/09/2017 à 14:59, Hyzer, Chris a écrit :
This is done in git. If you need a patch please let me know.
Thanks
Chris
-----Original Message-----
From: Yoann Delattre (JIRA)
[mailto:]
Sent: Tuesday, August 22, 2017 9:47 AM
To: Hyzer, Chris
<>
Subject: [JIRA] (GRP-1591) Typo in grouper.text.en.us.base.properties and
groupCopy.jsp
Yoann Delattre created GRP-1591:
-----------------------------------
Summary: Typo in grouper.text.en.us.base.properties and
groupCopy.jsp
Key: GRP-1591
URL: https://bugs.internet2.edu/jira/browse/GRP-1591
Project: Grouper
Issue Type: Bug
Security Level: Standard (Standard bug, may impact functionality but
does not represent a security vulnerability)
Components: UI
Affects Versions: 2.3.0
Reporter: Yoann Delattre
Assignee: Chris Hyzer
Priority: Trivial
Hi,
I'm translating some features of Grouper in french and i saw a little mistake
in
[grouper.text.en.us.base.properties|https://github.com/Internet2/grouper/blob/aed9b272f262bf6ba2d86cd15f9c2428e2cc8cdf/grouper-ui/conf/grouperText/grouper.text.en.us.base.properties#L7078]
:
{code:java}
# group copy groups have privileges elsewhere checkbox help
groupCopyGroupsAsPrivilegees = If you select this option and the group has
privileges to other groups or folders, the new copied group will also be
given privileges to those other groups or folders. If you do not have access
to add privileges to the other groups or folders, you will get a privilege
error.
{code}
It should be :
{code:java}
# group copy groups have privileges elsewhere checkbox help
groupCopyGroupsAsPrivilegeesHelp = If you select this option and the group
has privileges to other groups or folders, the new copied group will also be
given privileges to those other groups or folders. If you do not have access
to add privileges to the other groups or folders, you will get a privilege
error.
{code}
and in
[groupCopy.jsp|https://github.com/Internet2/grouper/blob/81942a612e7192c9b549e6148e19be4477a6a044/grouper-ui/webapp/WEB-INF/grouperUi2/group/groupCopy.jsp#L87]
:
{code:java}
<input type="checkbox" name="copyPrivsInOtherGroups" checked="checked"
value="true">${textContainer.text['groupCopyGroupsAsPrivilegees'] }<span
class="help-block">${textContainer.text['groupCopyGroupsAsPrivilegeesHelp'] }</span>
{code}
Thanks,
Yoann.
--
This message was sent by Atlassian JIRA
(v7.2.6#72008)
- [grouper-users] RE: [JIRA] (GRP-1591) Typo in grouper.text.en.us.base.properties and groupCopy.jsp, Hyzer, Chris, 09/06/2017
- Re: [grouper-users] RE: [JIRA] (GRP-1591) Typo in grouper.text.en.us.base.properties and groupCopy.jsp, Yoann Delattre, 09/06/2017
Archive powered by MHonArc 2.6.19.