mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
better fix for events categories
This commit is contained in:
parent
0c3a2a7832
commit
a63c1830cd
@ -26,7 +26,7 @@
|
||||
- Fix a bug: project drafts are shown on public profiles
|
||||
- Fix a bug: event category disappear when editing the event
|
||||
- [TODO DEPLOY] `rake fablab:es_add_event_filters`
|
||||
- [TODO DEPLOY] `rake fablab:fix:assign_category_to_uncategorized_events`
|
||||
- [TODO DEPLOY] `rake fablab:fix:assign_category_to_uncategorized_events` (optional: will put every uncategorized event into a new category called "No Category", to ease re-categorization)
|
||||
- [TODO DEPLOY] `rake db:migrate`
|
||||
- [TODO DEPLOY] `bundle install`
|
||||
|
||||
|
@ -9,7 +9,7 @@ json.category_id event.category_id
|
||||
json.category do
|
||||
json.id event.category.id
|
||||
json.name event.category.name
|
||||
end
|
||||
end if event.category
|
||||
json.event_theme_ids event.event_theme_ids
|
||||
json.event_themes event.event_themes do |e|
|
||||
json.name e.name
|
||||
|
Loading…
x
Reference in New Issue
Block a user