1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-17 11:54:22 +01:00

(fix) statistic_subtype.label of plan was nil

This commit is contained in:
Nicolas Florentin 2023-11-08 10:36:40 +01:00
parent cba38056f0
commit 519dbefd2f
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog Fab-manager
## next deploy
- Fix a bug: statistic_subtype.label of plan was nil
## v6.3.0 2023 November 3
- Fix a bug: fix all failing tasks of rake task file chain.rake

View File

@ -35,8 +35,8 @@ class Plan < ApplicationRecord
after_create :create_machines_prices
after_create :create_spaces_prices
after_create :create_statistic_type
after_create :set_name
after_create :create_statistic_type
after_create :update_gateway_product
after_update :update_gateway_product, if: :saved_change_to_base_name?