View | Details | Raw Unified | Return to bug 18811
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_18811.perl (-1 / +9 lines)
Line 0 Link Here
0
- 
1
$DBversion = 'XXX';  # will be replaced by the RM
2
if( CheckVersion( $DBversion ) ) {
3
4
    print q{WARNING: Bug 18811 fixed an inconsistency in the visibility settings for authority frameworks. It is recommended that you run script misc/maintenance/auth_show_hidden_data.pl to check if you have data in hidden fields and adjust your frameworks accordingly to prevent data loss when editing such records.};
5
    print "\n";
6
7
    SetVersion( $DBversion );
8
    print "Upgrade to $DBversion done (Bug 18811 - Visibility settings inconsistent between framework and authority editor)\n";
9
}

Return to bug 18811