Fix issues with templates in polls #375

This commit is contained in:
yflory
2019-05-20 17:18:02 +02:00
parent de3bb5cdcf
commit 3be85b155d
4 changed files with 14 additions and 7 deletions

View File

@@ -719,7 +719,8 @@ define([
}
}
sframeChan.query('Q_SAVE_AS_TEMPLATE', {
toSave: toSave
toSave: toSave,
title: title
}, function () {
UI.alert(Messages.templateSaved);
Feedback.send('TEMPLATE_CREATED');