[Connect Admin | develop]: community.service.ts: Renamed "advancedConstraint" to "advancedConstraints" (coming from community API).
This commit is contained in:
parent
c547dfa945
commit
058d30f4c1
|
@ -122,8 +122,8 @@ export class CommunityService {
|
||||||
} else {
|
} else {
|
||||||
community.fos = [];
|
community.fos = [];
|
||||||
}
|
}
|
||||||
if (resData.advancedConstraint != null) {
|
if (resData.advancedConstraints != null) {
|
||||||
community.selectionCriteria = resData.advancedConstraint;
|
community.selectionCriteria = resData.advancedConstraints;
|
||||||
} else {
|
} else {
|
||||||
community.selectionCriteria = new SelectionCriteria();
|
community.selectionCriteria = new SelectionCriteria();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue