add regulationType to GeneratorTabInfos#324
Conversation
Meklo
left a comment
There was a problem hiding this comment.
Since the column went from being called RegulationTypeText to regulationTypeText I think a small migration in study-config-server is necesary as well as an update to default-spreadsheet-config-collection.json to keep forwarding to the data, otherwise it won't show up in preexisting and new configs
done here gridsuite/study-config-server#99 |
|
|
||
| public enum VoltageRegulationType { | ||
| LOCAL, | ||
| DISTANT |
There was a problem hiding this comment.
Post validation remark sorry, after thinking about it DISTANT is the french term but raw data from the back should only but in english so maybe we should swap it for REMOTE as it is in the english version of the forms
There was a problem hiding this comment.
renamed to
public enum RegulationType {
LOCAL,
REMOTE
}
|



PR Summary
add regulationTypeText to GeneratorTabInfos