opsmill / infrahub

Infrahub - A new approach to Infrastructure Management
https://opsmill.com/
GNU Affero General Public License v3.0
185 stars 8 forks source link

bug: Number Attribute's source is null after creating a object with a number pool #4041

Open bilalabbad opened 1 month ago

bilalabbad commented 1 month ago

Component

API Server / GraphQL

Infrahub version

0.16.0.dev0

Current Behavior

After creating an object with a number attribute from a given number pool, querying the object's number attribute via the details view or GraphQL returns a null value for the source, even though it should be linked to the corresponding pool.

Expected Behavior

The source of the number attribute should correctly reflect the related number pool.

Steps to Reproduce

Additional Information

No response