Skip to content

Commit

Permalink
🐛(back) remove non existing fields in PortabilityRequestAdmin
Browse files Browse the repository at this point in the history
In the PortabilityRequestAdmin fields for_resource_id and
for_resource_model were still present but not existing anymore in the
model.
  • Loading branch information
lunika committed Feb 16, 2024
1 parent 1efc1b8 commit 954ad2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed

- Remove non existing fields in PortabilityRequestAdmin

## [4.9.0] - 2023-12-04

### Added
Expand Down
2 changes: 0 additions & 2 deletions src/backend/marsha/core/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,6 @@ class PortabilityRequestAdmin(admin.ModelAdmin):

fields = (
"for_playlist",
"for_resource_id",
"for_resource_model",
"from_playlist",
"from_lti_consumer_site",
"from_lti_user_id",
Expand Down

0 comments on commit 954ad2b

Please sign in to comment.