This change has no effect on behavior, as defaultOuId's
initialization value always gets replaced with the user's
WS OU or the org root when the contructor is run, but
avoids any implication during code-reading that the top
of the OU tree can be assumed to have ID 1.
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
grid_source: GridDataSource = new GridDataSource();
currentMaterials: any[] = [];
search_value = '';
- defaultOuId = 1;
+ defaultOuId: number;
searchOrgs: OrgFamily;
defaultTerm: IdlObject;