Skip to content

Commit 01e8363

Browse files
committed
Bug 1985621: trigger uplift changes when hash of last form changes (debugging)
1 parent 72eccf4 commit 01e8363

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Bugzilla/Bug.pm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,6 +1117,10 @@ sub update {
11171117
}
11181118

11191119
# Comments and comment tags
1120+
use Bugzilla::Logging;
1121+
use Mojo::Util qw(dumper);
1122+
INFO(dumper $self->{added_comments});
1123+
11201124
foreach my $comment (@{$self->{added_comments} || []}) {
11211125

11221126
# Override the Comment's timestamp to be identical to the update

0 commit comments

Comments
 (0)