[Rt-commit] [rtir] 02/02: Document the fixes and behavior changes in add_constituency

Kevin Falcone falcone at bestpractical.com
Wed Apr 9 16:18:24 EDT 2014


This is an automated email from the git hooks/post-receive script.

falcone pushed a commit to branch 3.0/add-constituency-cf-rights
in repository rtir.

commit fd303d05a67630a08c8b76514c5c9e912afa81e3
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Apr 9 16:18:10 2014 -0400

    Document the fixes and behavior changes in add_constituency
---
 docs/UPGRADING-3.0 | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/docs/UPGRADING-3.0 b/docs/UPGRADING-3.0
index c10329c..0466c53 100644
--- a/docs/UPGRADING-3.0
+++ b/docs/UPGRADING-3.0
@@ -188,3 +188,23 @@ not practical to script updates and they will need to be done
 through the UI.
 
 =cut
+
+=head1 UPGRADING FROM 3.0.1 AND EARLIER
+
+=head2 add_constituency fixes
+
+If you previously used the C<etc/add_constituency> script to set up a
+Constituency, it did not set your Custom Field rights properly. The
+version included in 3.0.2 can safely be re-run as
+
+    etc/add_constituency --name Name
+
+It will apply the missing rights on custom fields.
+
+As part of this fix, there has been a behavior change.  Constituency Duty
+Teams are now given rights on all Custom Fields applied to RTIR queues
+(modify or read only depending on the type of duty team).
+Previously they were only granted rights on the default RTIR Custom Fields.
+
+Rights are managed at the Custom Field level by this script, so it's
+straightforward to remove rights after constituency creation.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list