v1.2.0beta9 has introduced a regression in edit of a private topic (first post). Previously a check for no change in TopicsController was made but it has been changed without considering that the topic could be private. By simply forcing a conversion of `topic.category_id` to integer, the case where its value is nil is handled correctly as it was previously. |
||
|---|---|---|
| .. | ||
| admin | ||
| users | ||
| about_controller.rb | ||
| application_controller.rb | ||
| badges_controller.rb | ||
| categories_controller.rb | ||
| clicks_controller.rb | ||
| composer_messages_controller.rb | ||
| draft_controller.rb | ||
| email_controller.rb | ||
| embed_controller.rb | ||
| exceptions_controller.rb | ||
| export_csv_controller.rb | ||
| forums_controller.rb | ||
| groups_controller.rb | ||
| invites_controller.rb | ||
| list_controller.rb | ||
| notifications_controller.rb | ||
| onebox_controller.rb | ||
| permalinks_controller.rb | ||
| post_actions_controller.rb | ||
| posts_controller.rb | ||
| robots_txt_controller.rb | ||
| search_controller.rb | ||
| session_controller.rb | ||
| site_controller.rb | ||
| site_customizations_controller.rb | ||
| static_controller.rb | ||
| topics_controller.rb | ||
| uploads_controller.rb | ||
| user_actions_controller.rb | ||
| user_avatars_controller.rb | ||
| user_badges_controller.rb | ||
| users_controller.rb | ||