Bundles: Allow to pass project bundle name to bundle methods#307
Open
Bundles: Allow to pass project bundle name to bundle methods#307
Conversation
BigRoy
reviewed
Feb 25, 2026
Contributor
BigRoy
left a comment
There was a problem hiding this comment.
Load works fine.
But create_link logic does not seem work at all.
Comment on lines
6904
to
6943
| @@ -6906,7 +6921,8 @@ def create_link( | |||
| output_id (str): Output entity id. | |||
| output_type (str): Entity type of output entity. | |||
| link_name (Optional[str]): Name of link. | |||
| Available from server version '1.0.0-rc.6'. | |||
| data (Optional[dict[str, Any]]): Additional data to be stored | |||
| with the link. | |||
|
|
|||
| Returns: | |||
| CreateLinkData: Information about link. | |||
| @@ -6924,6 +6940,7 @@ def create_link( | |||
| output_id=output_id, | |||
| output_type=output_type, | |||
| link_name=link_name, | |||
| data=data, | |||
Contributor
There was a problem hiding this comment.
Overall PR seems to work, except for this change?
BigRoy
approved these changes
Feb 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog Description
Bundle methods can expect project bundle name to fill project bundle name query value.
Additional review information
With project bundles this should be the way how to use bundle endpoints. Currently AYON launcher has own implementation of these methods to solve the issue.
Testing notes:
project_bundle_nameto bundle related methods to get the project bundle specific data.