You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
In single-line diagram, some cgmes-only parameters (cgmesUseName, cgmesScaleFactor, cgmesDiagramName) are present in LayoutParameters but LayoutParameters is not the right class to contain them.
The rationale behind this was that the smart selector did not allow to pass any parameters, so the LayoutParameters class was used for cgmes-only parameters.
What is the expected behavior?
Some refactoring is necessary to clean this. Cgmes-only parameters should not be stored in the LayoutParameters class.
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
In single-line diagram, some cgmes-only parameters (
cgmesUseName
,cgmesScaleFactor
,cgmesDiagramName
) are present inLayoutParameters
butLayoutParameters
is not the right class to contain them.The rationale behind this was that the smart selector did not allow to pass any parameters, so the
LayoutParameters
class was used for cgmes-only parameters.What is the expected behavior?
Some refactoring is necessary to clean this. Cgmes-only parameters should not be stored in the
LayoutParameters
class.The text was updated successfully, but these errors were encountered: