mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Merge pull request #3080 from Matt-Yorkley/pi/french_issue
Pi/french issue
This commit is contained in:
@@ -100,7 +100,8 @@ module ProductImport
|
||||
entries[entry.line_number] = {
|
||||
attributes: entry.displayable_attributes,
|
||||
validates_as: entry.validates_as,
|
||||
errors: entry.invalid_attributes
|
||||
errors: entry.invalid_attributes,
|
||||
product_validations: entry.product_validations
|
||||
}
|
||||
end
|
||||
entries.to_json
|
||||
|
||||
@@ -7,3 +7,5 @@
|
||||
( {{entry.attributes.display_name}} )
|
||||
%p.error{ng: {repeat: "(attribute, error) in entry.errors", show: "ignore_fields.indexOf(attribute) < 0" }}
|
||||
- {{error}}
|
||||
%p.error{ng: {repeat: "(attribute, error) in entry.product_validations"}}
|
||||
- {{error}}
|
||||
|
||||
@@ -2395,6 +2395,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using
|
||||
validation_msg_relationship_already_established: "^That relationship is already established."
|
||||
validation_msg_at_least_one_hub: "^At least one hub must be selected"
|
||||
validation_msg_product_category_cant_be_blank: "^Product Category cant be blank"
|
||||
validation_msg_tax: "^Tax Category is required"
|
||||
validation_msg_tax_category_cant_be_blank: "^Tax Category can't be blank"
|
||||
validation_msg_is_associated_with_an_exising_customer: "is associated with an existing customer"
|
||||
content_configuration_pricing_table: "(TODO: Pricing table)"
|
||||
|
||||
Reference in New Issue
Block a user