fix ticketing system error on bootstrap of new install
[freeside.git] / rt / docs / UPGRADING-3.4
1 =head1 UPGRADING FROM 3.3.14 AND EARLIER
2
3 The "ModifyObjectCustomFieldValues" right name was too long. It has been
4 changed to "ModifyCustomField"
5
6
7 =head1 UPGRADING FROM 3.3.11 AND EARLIER
8
9 Custom Fields now have an additional right, "ModifyCustomField".  This right
10 governs whether a user can modify an object's custom field values for a
11 particular custom field. This includes adding, deleting and changing values.
12
13 =head1 UPGRADING FROM 3.3.2 AND EARLIER
14
15 Viewing custom fields now requires the "SeeCustomField" right either globally
16 or on a per-queue basis.  Global CFs are no longer visible to everyone and
17 SeeQueue is no longer sufficient to view queue-level CFs.  You must grant the
18 "SeeCustomField" right manually after upgrade.