Skip to content

Commit

Permalink
adjust documentation to include the attached_<object> fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Kürten committed Jul 30, 2024
1 parent ebeb335 commit 5225a79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/reference/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Be aware that the document is not released yet and the release might still be ab
|Attribute|Type|Description|
|-|-|-|
|documents| list[[Document](objects.md#document)]|List of documents that will be released.|
|parts| list[[Part](objects.md#part)]|List of parts that belong to the documents.|
|attached_parts| list[[Part](objects.md#part)]|List of parts that belong to the documents.|
|dialog_data|DocumentReleaseDialogData|Contents of the dialog.|

**DocumentReleaseCheckDialogData:**
Expand Down Expand Up @@ -67,8 +67,8 @@ Be aware that the engineering change is not released yet and the release might s
|Attribute|Type|Description|
|-|-|-|
|engineering_changes| list[[EngineeringChange](objects.md#engineeringchange)]|List of engineering changes that will be released.|
|documents| list[[Document](objects.md#document)]|List of included documents.|
|parts| list[[Part](objects.md#part)]|List of included parts.|
|attached_documents| list[[Document](objects.md#document)]|List of included documents.|
|attached_parts| list[[Part](objects.md#part)]|List of included parts.|


## EngineeringChangeRelease
Expand Down Expand Up @@ -104,7 +104,7 @@ Be aware that the part is not released yet and the release might still be aborte
|Attribute|Type|Description|
|-|-|-|
|parts| list[[Part](objects.md#part)]|List of parts that will released.|
|documents| list[[Document](objects.md#document)]|List of documents that belong to the released parts.|
|attached_documents| list[[Document](objects.md#document)]|List of documents that belong to the released parts.|
|dialog_data|PartReleaseDialogData|Contents of the dialog.|

**PartReleaseCheckDialogData:**
Expand Down

0 comments on commit 5225a79

Please sign in to comment.