Fixes widgets for custom forms, #201

This commit is contained in:
witzig 2017-04-10 08:44:33 +02:00
parent 66839f17e7
commit 100fd41713

View file

@ -282,6 +282,7 @@ router.get('/:cid/widget', cors(corsOptions), (req, res, next) => {
serviceUrl: configItems.serviceUrl,
hasPubkey: !!configItems.pgpPrivateKey,
customFields: fields.getRow(fieldList),
template: {},
layout: null,
};