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

bug: can't assign a profile when changing a node in the web ui #3999

Closed
wvandeun opened this issue Aug 2, 2024 · 1 comment
Closed

bug: can't assign a profile when changing a node in the web ui #3999

wvandeun opened this issue Aug 2, 2024 · 1 comment
Assignees
Labels
group/frontend Issue related to the frontend (React) type/bug Something isn't working as expected

Comments

@wvandeun
Copy link
Contributor

wvandeun commented Aug 2, 2024

Component

Frontend UI

Infrahub version

0.16.0.dev0

Current Behavior

You cannot click on the save button, when you edit an existing node and the only change you make is assigning a profile

Expected Behavior

You can assign a profile to existing node without making other changes to the node

Steps to Reproduce

  • start infrahub
  • load this schema
---
version: "1.0"
nodes:
  - name: Device
    namespace: Infra
    label: "Server"
    display_labels:
      - name__value
    attributes:
      - name: name
        kind: Text
        unique: true
      - name: description
        kind: Text
        optional: true
  • Create a InfraServer node
  • Create a InfraServer profile
  • Edit the existing InfraServer node in the web ui
  • Assign the profile you just created
  • You can't click on the save button

Additional Information

No response

@wvandeun wvandeun added the type/bug Something isn't working as expected label Aug 2, 2024
@lykinsbd lykinsbd added this to the Infrahub - 0.15.3 milestone Aug 5, 2024
@pa-lem pa-lem added the group/frontend Issue related to the frontend (React) label Aug 6, 2024
@bilalabbad
Copy link
Contributor

should be fixed thanks for the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group/frontend Issue related to the frontend (React) type/bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

4 participants