fix(rnf): remove deprecated status attribute

This commit is contained in:
Paul Chavard 2024-09-20 16:58:39 +02:00
parent 92cc8bb415
commit e4ac781b54
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
class Champs::RNFChamp < Champ class Champs::RNFChamp < Champ
store_accessor :data, :title, :email, :phone, :createdAt, :updatedAt, :dissolvedAt, :address, :status store_accessor :data, :title, :email, :phone, :createdAt, :updatedAt, :dissolvedAt, :address
def rnf_id def rnf_id
external_id&.gsub(/[[:space:]]/, '') external_id&.gsub(/[[:space:]]/, '')

View file

@ -30,7 +30,6 @@
"regionName":{ "type": "string" }, "regionName":{ "type": "string" },
"regionCode":{ "type": "string" } "regionCode":{ "type": "string" }
}, },
"status": { "type": ["string", "null"] },
"persons": { "type": "array" } "persons": { "type": "array" }
} }
} }