it displays an alert if using test service before publishing a procedure

This commit is contained in:
Lisa Durand 2024-09-02 16:47:34 +02:00
parent 0ffb7cd886
commit b5051a25d9
No known key found for this signature in database
GPG key ID: 0DF91F2CA1E8B816
6 changed files with 15 additions and 3 deletions

View file

@ -6,6 +6,8 @@ class Service < ApplicationRecord
scope :ordered, -> { order(nom: :asc) }
SIRET_TEST = '35600082800018'
enum type_organisme: {
administration_centrale: 'administration_centrale',
association: 'association',