Skip to content

Commit

Permalink
fix(admin): fix missing renaming of TAXONSobject code introduced in b…
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Oct 4, 2024
1 parent c3f7f65 commit c4bf838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/geonature/core/taxonomie/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ class CruvedProtectedBibListesView(CruvedProtectedMixin, BibListesView):

class CruvedProtectedTaxrefView(CruvedProtectedMixin, TaxrefView):
module_code = "TAXHUB"
object_code = "TAXON"
object_code = "TAXONS"


class CruvedProtectedTMediasView(CruvedProtectedMixin, TMediasView):
module_code = "TAXHUB"
object_code = "TAXON"
object_code = "TAXONS"


class CruvedProtectedBibAttributsView(CruvedProtectedMixin, BibAttributsView):
Expand Down

0 comments on commit c4bf838

Please sign in to comment.