Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

oj-list-view with two oj-checkboxset, values not reflected for the 2nd checkboxset on first load

listview.jpgthis.asmHandleCheckbox = function (id) {
return self.asmCoAuthSelected().indexOf(id) === -1 ? [] : ["checked"];
};
this.principalAsmHandleCheckbox = function (id) {
return self.principalAsmCoAuthSelected().indexOf(id) === -1 ? [] : ["checked"];
};
this.senHandleCheckbox = function (id) {
return self.senCoAuthSelected().indexOf(id) === -1 ? [] : ["checked"];
};
this.principalSenHandleCheckbox = function (id) {
return self.principalSenCoAuthSelected().indexOf(id) === -1 ? [] : ["checked"];
};

Comments

Post Details

Added on Sep 2 2021
3 comments
84 views