Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
(PC-10951) remove possibility to et an offer as educational from flas…
Browse files Browse the repository at this point in the history
…k admin
  • Loading branch information
Gautier Vanneste authored and gvannest committed Oct 7, 2021
1 parent d32a5d9 commit 43bf7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pcapi/admin/custom_views/offer_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class OfferView(BaseAdminView):
ExtraDataFilterEqual(column=Offer.extraData["visa"], name="Visa d'exploitation"),
ExtraDataFilterEqual(column=Offer.extraData["theater"]["allocine_movie_id"], name="Identifiant Allociné"),
]
form_columns = ["criteria", "rankingWeight", "isEducational"]
form_columns = ["criteria", "rankingWeight"]
simple_list_pager = True

@action("bulk_edit", "Édition multiple")
Expand Down

0 comments on commit 43bf7b6

Please sign in to comment.