Skip to content
Snippets Groups Projects
Commit 6a14c4eb authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

Merge branch 'gmm-constraints-fix' into 'main'

Increment lib and gmm constraints fix

See merge request !176
parents 7ee891f4 2b43908d
No related branches found
No related tags found
2 merge requests!177Production Release | nshmp-ws,!176Increment lib and gmm constraints fix
Pipeline #187068 passed
......@@ -9,7 +9,7 @@ micronautRxVersion = 2.1.1
nodePluginVersion = 3.0.1
nodeVersion = 16.3.0
nshmFaultSectionsTag = v0.1
nshmpLibVersion = 1.2.3
nshmpLibVersion = 1.2.4
nshmpWsUtilsVersion = 0.3.11
shadowVersion = 7.1.2
spotbugsVersion = 4.7.0
......
......@@ -217,6 +217,10 @@ class ServiceUtil {
(field.equals(Field.RX) || field.equals(Field.RRUP) || field.equals(Field.RJB))) {
continue;
}
if (field.equals(Field.FLAGS)) {
continue;
}
Param param = createGmmInputParam(field, defaults.get(field));
JsonElement fieldElem = context.serialize(param);
root.add(field.id, fieldElem);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment