Commit d97f7db5 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 584036: _sync_fulltext() not called when (un)setting an existing comment as private

r/a=mkanat
parent dd87b499
......@@ -998,7 +998,8 @@ sub update {
# back, this change will *not* be rolled back. As we expect rollbacks
# to be extremely rare, that is OK for us.
$self->_sync_fulltext()
if $self->{added_comments} || $changes->{short_desc};
if $self->{added_comments} || $changes->{short_desc}
|| $self->{comment_isprivate};
# Remove obsolete internal variables.
delete $self->{'_old_assigned_to'};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment