Skip to content

Commit

Permalink
marshmallow_utils: add enum to mapping (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack committed Jun 3, 2024
1 parent 395fb48 commit b059cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invenio_administration/marshmallow_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
fields.Date: "date",
fields.TimeDelta: "timedelta",
fields.Decimal: "decimal",
fields.Enum: "string",
# TODO: This is needed for the is_current_user in the administration
# of the user resources. It might be better to implement also a handler for this.
# See https://github.com/inveniosoftware/invenio-administration/issues/174
Expand Down

0 comments on commit b059cbf

Please sign in to comment.