The sanitycheck_check hook documentation was in slightly the wrong place
in Bugzilla/Hook.pm. git-svn-id: svn://10.0.0.236/trunk@259712 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
7202732b54
commit
62bb33f940
@ -1 +1 @@
|
||||
6993
|
||||
6994
|
||||
@ -880,20 +880,6 @@ Params:
|
||||
|
||||
=back
|
||||
|
||||
=head2 sanitycheck_check
|
||||
|
||||
This hook allows for extra sanity checks to be added, for use by
|
||||
F<sanitycheck.cgi>.
|
||||
|
||||
Params:
|
||||
|
||||
=over
|
||||
|
||||
=item C<status> - a CODEREF that allows status messages to be displayed
|
||||
to the user. (F<sanitycheck.cgi>'s C<Status>)
|
||||
|
||||
=back
|
||||
|
||||
=head2 product_end_of_create
|
||||
|
||||
Called right after a new product has been created, allowing additional
|
||||
@ -909,6 +895,20 @@ Params:
|
||||
|
||||
=back
|
||||
|
||||
=head2 sanitycheck_check
|
||||
|
||||
This hook allows for extra sanity checks to be added, for use by
|
||||
F<sanitycheck.cgi>.
|
||||
|
||||
Params:
|
||||
|
||||
=over
|
||||
|
||||
=item C<status> - a CODEREF that allows status messages to be displayed
|
||||
to the user. (F<sanitycheck.cgi>'s C<Status>)
|
||||
|
||||
=back
|
||||
|
||||
=head2 sanitycheck_repair
|
||||
|
||||
This hook allows for extra sanity check repairs to be made, for use by
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user