Searched refs:targetValue (Results 1 - 2 of 2) sorted by relevance

/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/roles/
H A DremoveFromTarget.js34 var targetValue = target[name];
35 if (targetValue instanceof Array) {
37 var index = targetValue.indexOf(value[x]);
39 targetValue.splice(index, 1);
42 } else if (targetValue instanceof Object) {
43 if (targetValue.hasOwnProperty(name)) {
44 delete targetValue[name];
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/behaviors/
H A DSingleRecordReconciliationGridView.js116 targetValue = target[p.target] || "",
120 targetBefore = this.data.propMap[i].targetValue;
122 if (targetBefore !== targetValue) {
132 targetValue : targetValue,

Completed in 20 milliseconds