mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-20 14:54:15 +01:00
(fix) statistic_subtype.label of plan was nil
This commit is contained in:
parent
cba38056f0
commit
519dbefd2f
@ -1,5 +1,9 @@
|
|||||||
# Changelog Fab-manager
|
# Changelog Fab-manager
|
||||||
|
|
||||||
|
## next deploy
|
||||||
|
|
||||||
|
- Fix a bug: statistic_subtype.label of plan was nil
|
||||||
|
|
||||||
## v6.3.0 2023 November 3
|
## v6.3.0 2023 November 3
|
||||||
|
|
||||||
- Fix a bug: fix all failing tasks of rake task file chain.rake
|
- Fix a bug: fix all failing tasks of rake task file chain.rake
|
||||||
|
@ -35,8 +35,8 @@ class Plan < ApplicationRecord
|
|||||||
|
|
||||||
after_create :create_machines_prices
|
after_create :create_machines_prices
|
||||||
after_create :create_spaces_prices
|
after_create :create_spaces_prices
|
||||||
after_create :create_statistic_type
|
|
||||||
after_create :set_name
|
after_create :set_name
|
||||||
|
after_create :create_statistic_type
|
||||||
after_create :update_gateway_product
|
after_create :update_gateway_product
|
||||||
after_update :update_gateway_product, if: :saved_change_to_base_name?
|
after_update :update_gateway_product, if: :saved_change_to_base_name?
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user