diff options
| author | Alban Peignier | 2016-11-28 11:00:42 +0100 |
|---|---|---|
| committer | Alban Peignier | 2016-11-28 11:00:42 +0100 |
| commit | 6d2f64ed10264f29a39723b0dd3d792a3bef0876 (patch) | |
| tree | 890f080b1e81a8fa26371536661676bf1aa36922 /app/controllers | |
| parent | 5bd3973fae2c1e02c2bef31d5b12dc10b1a133c9 (diff) | |
| parent | 7d58f83b1c38883a79258598b57d76c5f16fb807 (diff) | |
| download | chouette-core-6d2f64ed10264f29a39723b0dd3d792a3bef0876.tar.bz2 | |
Merge branch 'metadata_multiple_periods'
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/referentials_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/referentials_controller.rb b/app/controllers/referentials_controller.rb index e0d107b30..8a433872a 100644 --- a/app/controllers/referentials_controller.rb +++ b/app/controllers/referentials_controller.rb @@ -106,7 +106,7 @@ class ReferentialsController < BreadcrumbController :archived_at, :created_from_id, :workbench_id, - metadatas_attributes: [:id, :first_period_begin, :first_period_end, :lines => []] + metadatas_attributes: [:id, :first_period_begin, :first_period_end, periods_attributes: [:begin, :end, :id, :_destroy], :lines => []] ) end |
