Project

General

Profile

Bug #25109

Updated by Clark ANDRIANASOLO 12 days ago

Currently, to override a node property, in the Nodes or Groups page we need to create a new property with the same name as an existing one, and it will display warnings about conflicting property format on the property value (String or JSON). 

 We want to be able to create a property directly by clicking on an icon in the "Actions" column of the property table. We will also want to copy the value of the property inherited property, and it when filling the initially empty property value, which should have the same format as the inherited one. We cannot start with an empty value because it would be bad for user experience, we disallow empty values anyway... 

   

 We also want to keep it possible to create an inherited property by the same mean as previously : creating a new property with the same name as an inherited one.

Back