-
Notifications
You must be signed in to change notification settings - Fork 10
[CRYSTAL-380]Add translation for COV2 referential integrity validation #390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CRYSTAL-380]Add translation for COV2 referential integrity validation #390
Conversation
screenshot: "https://drive.google.com/file/d/124uX-MBnEoqt7lDZBqQb4OVT2YN8-qz2/view?usp=sharing" | ||
- translation: | ||
key: "txt.apps.admin.error.app_build.invalid_cov2_object_reference_in_triggers" | ||
title: "App builder job: requirements file contains an invalid object reference in object_triggers for Custom Objects V2. Leave requirements.json,object_triggers, Trigger and objects as is (do not translate)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: "App builder job: requirements file contains an invalid object reference in object_triggers for Custom Objects V2. Leave requirements.json,object_triggers, Trigger and objects as is (do not translate)" | |
title: 'App builder job: requirements file contains an invalid object reference in object_triggers for Custom Objects V2. Do not translate "requirements.json", "object_fields", \"%{item_identifier}\", \"%{object_key}\".' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with minor comments
@@ -221,6 +221,16 @@ parts: | |||
title: "App builder job: requirements file contains an empty hash for custom objects v2. Leave requirements.json as is (do not translate)" | |||
value: "The requirements.json file contains empty custom objects v2 requirements. You must define valid requirements." | |||
screenshot: "https://drive.google.com/file/d/1AfbKu_JOMSG9274IUrIUvwirSuwbxy3Y/view?usp=sharing" | |||
- translation: | |||
key: "txt.apps.admin.error.app_build.invalid_cov2_object_reference_in_fields" | |||
title: 'App builder job: requirements file contains an invalid object reference in object_fields for Custom Objects V2. Do not translate "requirements.json", "object_fields", \"%{item_identifier}\", \"%{object_key}\".' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove extra space.
518dad7
to
f9a7fce
Compare
…)" This reverts commit 894a17f.
💐
/cc @zendesk/wattle
Description
The PR changes includes referential integrity translation changes in this [PR](The PR changes includes new translations for cov2 validations)
References
JIRA
Before merging this PR
Risks
No, it cannot affect apps rendering. These validation runs during in zip validation
medium: Right now, it does not touch any existing feature. We are introducing a new
resource_type
which is not yet used in ZAM or any of the existing apps.