Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
const pathParts = dotpath.split(/\./);
let oldField;
- let oldFieldLabel = '';
// find the IDL class definition for the last element in the
// path before the .*
// link to another class.
if (idlField && idlField['class'] && (
idlField.datatype === 'link' || idlField.datatype === 'org_unit')) {
-
- if (oldFieldLabel) { oldFieldLabel += ' : '; }
-
- oldFieldLabel += idlField.label;
classObj = this.idl.classes[idlField['class']];
} else {