Update en.yml

Descriptions for Member observable object
This commit is contained in:
mantykora-net 2023-10-05 13:30:28 +02:00 committed by GitHub
parent 896ec1e5e2
commit af5ef618d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,6 +80,8 @@ en:
e.g. functions and classes needed by other workflows
text_custom_workflow_user_code_note: Scripts are executed in the context of User object when user object changes
(destroys). Use methods and properties of the user directly (or through `self`)
text_custom_workflow_member_code_note: Scripts are executed in the context of Member object when member object changes
(destroys). Use methods and properties of the @member directly (or through `self`)
text_custom_workflow_group_code_note: Scripts are executed in the context of Group object when group object changes
(destroys). Use methods and properties of the group directly (or through `self`)
text_custom_workflow_group_users_code_note: These scripts are executed when user being added to group/removed from
@ -115,6 +117,7 @@ en:
custom_workflow_observable_issue_attachments: Issue Attachments
custom_workflow_observable_group: Group
custom_workflow_observable_user: User
custom_workflow_observable_member: Member
custom_workflow_observable_attachment: Attachment
custom_workflow_observable_project: Project
custom_workflow_observable_project_attachments: Project Attachments / Files