diff options
| author | Luc Donnet | 2018-05-02 15:44:35 +0200 |
|---|---|---|
| committer | GitHub | 2018-05-02 15:44:35 +0200 |
| commit | fca877efdd8087959f721c2bb4af2d018e3e910a (patch) | |
| tree | 2255bd67ac90476d137245e2f70d4df3c1802871 /app/controllers/referentials_controller.rb | |
| parent | 8631ff6b59439b9086f7cea2edf264f1fd305725 (diff) | |
| parent | 979fc1c749282a97407bc5e000103f994a28ce73 (diff) | |
| download | chouette-core-fca877efdd8087959f721c2bb4af2d018e3e910a.tar.bz2 | |
Merge pull request #546 from af83/6572-make-new-referentials-pending
6572 Create Referentials in a pending state
Diffstat (limited to 'app/controllers/referentials_controller.rb')
| -rw-r--r-- | app/controllers/referentials_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/referentials_controller.rb b/app/controllers/referentials_controller.rb index 8addfbc32..80f954cde 100644 --- a/app/controllers/referentials_controller.rb +++ b/app/controllers/referentials_controller.rb @@ -136,7 +136,6 @@ class ReferentialsController < ChouetteController def create_resource(referential) referential.organisation = current_organisation - referential.ready = true super end |
