Skip to content

Commit

Permalink
Some minor adjustments to make it runnable.
Browse files Browse the repository at this point in the history
  • Loading branch information
wgresshoff authored and slint committed May 13, 2024
1 parent 5898e3e commit a8ec2cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_jobs/administration/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class JobDetailView(AdminResourceDetailView):
url = "/jobs/<pid_value>"
api_endpoint = "/jobs"
name = "job-details"
resource_config = "JOBS_resource"
resource_config = "jobs_resource"
title = "Job"

template = "invenio_administration/details.html"
Expand Down
2 changes: 2 additions & 0 deletions invenio_jobs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
# under the terms of the MIT License; see LICENSE file for more details.

"""Configuration."""

JOBS_ADMINISTRATION_DISABLED = False

0 comments on commit a8ec2cf

Please sign in to comment.