Skip to content

Commit

Permalink
Add global rating to ice climbing outings (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbesson authored Mar 31, 2022
1 parent f4d08bb commit d48048d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions c2corg_api/models/common/fields_outing.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,12 @@
'snow_quality',
'avalanche_signs',
'locales.avalanches',
'global_rating',
'ice_rating'
],
'required': DEFAULT_REQUIRED,
'listing': DEFAULT_LISTING + [
'global_rating',
'ice_rating'
]
},
Expand Down

0 comments on commit d48048d

Please sign in to comment.