This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit de87adb96720740a975ba395d30623495366d1d8 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Aug 3 17:41:16 2017 +0200 correction envoie de feedback sans copie d'écran (ref #90) --- pollen-ui-riot-js/src/main/web/tag/popup/FeedbackModal.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/popup/FeedbackModal.tag.html b/pollen-ui-riot-js/src/main/web/tag/popup/FeedbackModal.tag.html index a61b5685..65541275 100644 --- a/pollen-ui-riot-js/src/main/web/tag/popup/FeedbackModal.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/popup/FeedbackModal.tag.html @@ -135,7 +135,7 @@ require("./Modal.tag.html"); locale: navigator.language, location: window.location.href, locationTitle: window.document.title, - screenShotId: screenshotId.id, + screenShotId: screenshotId && screenshotId.id, consoleHistory: JSON.stringify(this.logger.getHistory(), null, 2) }; return feedbackService.createfeedback(feedback).then(() => { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.