This commit is contained in:
nick n
2018-12-13 22:52:48 +01:00
committed by GitHub
parent da23cb9bab
commit 733f82c3dc

View File

@@ -62,7 +62,7 @@ __PACKAGE__->set_primary_key("job");
=head2 device_skips( $backend?, $max_deferrals?, $retry_after? ) =head2 device_skips( $backend?, $max_deferrals?, $retry_after? )
Retuns the set of C<device_skip> entries which apply to this job. They match Returns the set of C<device_skip> entries which apply to this job. They match
the device IP, current backend, and job action. the device IP, current backend, and job action.
You probably want to use the ResultSet method C<skipped> which completes this You probably want to use the ResultSet method C<skipped> which completes this
@@ -122,7 +122,7 @@ sub display_name {
=head1 ADDITIONAL COLUMNS =head1 ADDITIONAL COLUMNS
=head2 entererd_stamp =head2 entered_stamp
Formatted version of the C<entered> field, accurate to the minute. Formatted version of the C<entered> field, accurate to the minute.