bug: order_weight
set in generic isn't updated in the nodes
#5684
Labels
type/bug
Something isn't working as expected
Component
API Server / GraphQL
Infrahub version
1.1.6
Current Behavior
I have the following schema that I load to infrahub:
Everything works fine, I have the attribute called
first
that goes first.Now I changed my mind and I want the attribute
first
to go second, I update and load the following schema:=> The order in the UI is still the same even tho I changed the order weight.
Expected Behavior
I expect the
order_weight
setting for an attribute to be updated when I update the generic.Steps to Reproduce
Additional Information
Similar in a way with #2242
If I load the following schema it fixes my issue:
The text was updated successfully, but these errors were encountered: