1
0
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:
Sylvain 2016-08-11 11:33:55 +02:00
parent 0c3a2a7832
commit a63c1830cd
2 changed files with 2 additions and 2 deletions

View File

@ -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`

View File

@ -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