powsybl-open-loadflow icon indicating copy to clipboard operation
powsybl-open-loadflow copied to clipboard

Fix debugDir parameter possible values

Open jeandemanged opened this issue 10 months ago • 1 comments

Please check if the PR fulfills these requirements

  • [ ] The commit message follows our guidelines
  • [ ] Tests for the changes have been added (for bug fixes / features)
  • [ ] Docs have been added / updated (for bug fixes / features)

Does this PR already have an issue describing the problem?

No

What kind of change does this PR introduce?

(minor) Bugfix

What is the current behavior?

debugDir String parameter metadata declares an empty list as possible values, although any value should be allowed. GUI relying on parameter metadata would be confused by this empty list.

What is the new behavior (if this is a feature change)? debugDir String parameter metadata declares a null list as possible values (= any string value).

Does this PR introduce a breaking change or deprecate an API?

  • [x] No

Other information:

jeandemanged avatar Apr 22 '24 11:04 jeandemanged