Fix TypeError in forms

This commit is contained in:
yflory 2022-12-13 10:15:54 +01:00
parent 5f6f4edf19
commit 3fce59aefc

View File

@ -4866,7 +4866,7 @@ define([
framework.feedback('FORM_PARTICIPANT');
}
APP.common.getPadMetadata({channel: content.answers.channel}, function (md) {
APP.common.getPadMetadata({channel: priv.channel}, function (md) {
var owners = md.owners;
if (!Array.isArray(owners) || !owners.length) {
APP.isOwned = false;