Skip to content

Commit

Permalink
assign doi request
Browse files Browse the repository at this point in the history
  • Loading branch information
Alzpeta committed Sep 3, 2024
1 parent b9e9d79 commit 3dfcd9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oarepo_doi/types/doi.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from ..actions.doi import CreateDoiAction, ValidateDataForDoiAction
from oarepo_requests.types.ref_types import ModelRefTypes

class CreateDoiRequestType(RequestType):
class AssignDoiRequestType(RequestType):
type_id = "assign_doi"
name = _("assign_doi")

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ invenio_base.apps =
invenio_base.api_apps =
oarepodoi = oarepo_doi.ext:OARepoDOI
invenio_requests.types =
create-doi-request = oarepo_doi.types.doi:CreateDoiRequestType
assign-doi-request = oarepo_doi.types.doi:AssignDoiRequestType

0 comments on commit 3dfcd9a

Please sign in to comment.