demarches-normaliennes/app/models
Damien Le Thiec 3a8a50a216
Allow prefill pays type de champs (#8344)
* Allow prefill pays type de champs

* Avoid conditional prefil params for pays champ

* Clean pays data with batch update

* Fix bug and add test batch update pays value

* Improve performance batch_update_pays

* Fix associated country code problem

* Fix after party task name

* Format country name if needed in batch update
2023-01-18 12:52:38 +01:00
..
champs Allow prefill pays type de champs (#8344) 2023-01-18 12:52:38 +01:00
concerns feat(graphql): implement add/remove instructeurs via API 2023-01-10 20:33:35 +01:00
logic perf(champ_value): use champ_type instead of tdc.type_champ, -22ms 2022-10-13 22:36:56 +02:00
mails feat(emails): validate tags in notification emails 2022-11-04 09:08:41 +00:00
types_de_champ Allow prefill pays type de champs (#8344) 2023-01-18 12:52:38 +01:00
.keep
administrateur.rb chore(db): remove unused columns 2023-01-17 12:49:22 +01:00
administrateurs_instructeur.rb
administrateurs_procedure.rb
agent_connect_client.rb
api_entreprise_token.rb correctif(api_entreprise_token): les nouveaux tokens stockent les roles dans sous la clé scopes et non plus roles 2023-01-03 15:32:50 +01:00
api_token.rb clean(api_token): remove administrateur token support 2022-12-08 17:35:21 +01:00
application_record.rb fix(graphql): make sure dossiers are always loaded with appropriate scope 2022-11-02 11:25:26 +01:00
archive.rb fix(archives): purge stuck pending archives 2022-07-27 15:26:59 +02:00
assign_to.rb chore(create_procedure_presentation): homogénéise l'interface sur les procédure présentation. pas d'objet 'build', sinon les export/filtres deviennent compliqués 2022-10-31 09:29:27 +01:00
attestation.rb
attestation_template.rb refactor(attestation_template): remove unused code 2022-11-29 19:36:56 +01:00
avis.rb fix(avis_controller): index do not linked to revoked avis 2022-11-29 16:21:06 +01:00
batch_operation.rb add action 'unfollow' to page 'suivis' 2023-01-16 11:14:29 +01:00
bill_signature.rb fix(timestamp spec): rewind io after before_save check 2022-12-07 19:28:01 +01:00
bulk_message.rb fix(groupe_instructeur): add explicit order to groupe_instructeurs 2022-11-09 10:56:40 +00:00
champ.rb chore(db): remove unused columns 2023-01-17 12:49:22 +01:00
commentaire.rb fix(dossier): nullify instructeur and expert id on messages when they are deleted 2022-10-19 11:53:10 +02:00
condition_form.rb add upper_tdcs to condition_form 2022-09-28 10:06:31 +02:00
current.rb feat(jobs): add request_id to jobs payload 2022-10-12 14:32:23 +02:00
current_confirmation.rb feat(demarche): create and prefill a dossier with POST request (#8233) 2023-01-03 14:46:10 +01:00
deleted_dossier.rb feat(graphql): expose deleted dossiers on groupe instructeur 2022-11-04 11:49:27 +00:00
demande.rb
dossier.rb add action 'unfollow' to page 'suivis' 2023-01-16 11:14:29 +01:00
dossier_batch_operation.rb use join table instead of arrays 2023-01-05 16:20:18 +01:00
dossier_operation_log.rb feat(dossier): add some metadata to archive and remove operation log 2022-11-30 16:20:13 +01:00
dossier_preloader.rb refactor(repetition): use row_id instead of row 2023-01-10 19:31:41 +01:00
dossier_submitted_message.rb
dossier_transfer.rb fix(dossier_transfer): requires an actual email 2022-08-03 11:44:54 +02:00
dossier_transfer_log.rb
dubious_procedure.rb feat(dubious): add RIB & IBAN and fix NRIPP istead of NIRPP 2022-06-29 17:07:00 +02:00
email_event.rb feat(dolist): consolidate dispatched events with delivered emails 2023-01-18 09:56:40 +01:00
entreprise.rb fix(graphql/serializer): PersonneMorale#date_creation may be null 2022-09-26 18:05:04 +02:00
etablissement.rb feat(api_entreprise): create etablissement with fallback when API is down 2022-09-16 10:43:59 +02:00
exercice.rb
expert.rb fix(dossier): nullify instructeur and expert id on messages when they are deleted 2022-10-19 11:53:10 +02:00
experts_procedure.rb
export.rb feat(export): add GeoJSON export 2022-11-18 10:04:35 +01:00
follow.rb
france_connect_information.rb style(france_connect_account): convert notice about FC user to DSFR 2022-09-21 15:47:35 +02:00
france_connect_particulier_client.rb
geo_area.rb refactor(repetition): use row_id instead of row 2023-01-10 19:31:41 +01:00
groupe_instructeur.rb feat(graphql): implement add/remove instructeurs via API 2023-01-10 20:33:35 +01:00
individual.rb
instructeur.rb feat(graphql): implement add/remove instructeurs via API 2023-01-10 20:33:35 +01:00
invite.rb feat(invite): wrap invitation with targeted_user_links 2022-06-17 16:44:37 +02:00
logic.rb compatibility from left 2022-09-28 10:06:31 +02:00
merge_log.rb
module_api_carto.rb
null_zone.rb
outdated_procedure.rb feat(manager#outdated_procedure): allow super admin to enable procedure_expires_when_termine_enabled for old procedure 2022-08-24 13:10:48 +02:00
prefill_description.rb feat(dossier): prefill drop down list champ (#8361) 2023-01-18 09:47:22 +01:00
prefill_params.rb Allow prefill pays type de champs (#8344) 2023-01-18 12:52:38 +01:00
procedure.rb fix(procedure): valid juridique on create and publication 2023-01-11 14:05:17 +01:00
procedure_detail.rb fix(admin): display of procedure admins count 2023-01-17 16:02:08 +01:00
procedure_overview.rb fix(dossier): excluded deleted dossiers from demarche overview 2022-11-29 16:41:31 +01:00
procedure_presentation.rb feat(dossier): use select in filters bygroupe instructeur 2023-01-16 14:00:08 +01:00
procedure_revision.rb add schema and annotation 2023-01-11 11:19:24 +01:00
procedure_revision_change.rb fix(dossier): fix rebase with drop down options 2023-01-06 14:15:46 +01:00
procedure_revision_type_de_champ.rb fix(revision): fix stable siblings order when there are multiple identical position 2022-08-03 18:29:48 +02:00
procedures_filter.rb export all demarches 2022-12-16 15:51:49 +01:00
safe_mailer.rb correctif(safe_mailer): fix bug sur de la synthax 2023-01-11 20:29:51 +01:00
service.rb refactor(service): explicit call to service job to avoid test side effect 2022-10-25 14:44:43 +02:00
siret.rb
stat.rb
super_admin.rb
targeted_user_link.rb fix(invitation): don't fail when dossier is hidden & user signed on another account 2022-10-28 08:56:03 +02:00
team_account.rb amelioration(manager): ajout de la visualisation des comptes marqués comme membre de l'equipe 2022-11-08 09:55:21 +01:00
traitement.rb nettoyage(Traitement): supprime une methode morte 2022-11-01 12:43:49 +01:00
trusted_device_token.rb
type_de_champ.rb Allow prefill pays type de champs (#8344) 2023-01-18 12:52:38 +01:00
user.rb feat(demarche): create and prefill a dossier with POST request (#8233) 2023-01-03 14:46:10 +01:00
zone.rb list all demarches, filtered by zones 2022-10-31 16:12:02 +01:00
zone_label.rb add zone label 2022-09-26 16:58:53 +02:00