Skip to content
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

fix ajax load transformer consume from attribute #666

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

Sispheor
Copy link
Contributor

No description provided.

Comment on lines 141 to 146
all_available_attribute_to_target_rg = Transformer.objects \
.filter(resource_group=target_resource_group) \
.exclude(resource_group=current_resource_group, consume_from_resource_group=target_resource_group)

options = [(transformer.attribute_definition.id, transformer.attribute_definition.name) for transformer in
all_available_attribute_to_target_rg.all()]
Copy link
Collaborator

@EliasBoulharts EliasBoulharts Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

options = Transformer.objects
.filter(resource_group=target_resource_group)
.exclude(resource_group=current_resource_group, consume_from_resource_group=target_resource_group).values_list('attribute_definition__id', 'attribute_definition__name')

@Sispheor Sispheor merged commit 38eec2a into HewlettPackard:dev Sep 15, 2023
1 check passed
@Sispheor Sispheor deleted the QA branch September 15, 2023 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants