branch develop updated (633b0280 -> de87adb9)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 633b0280 fixes #96 Signalement impossible pour les sondage new de87adb9 correction envoie de feedback sans copie d'écran (ref #90) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: 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) Summary of changes: pollen-ui-riot-js/src/main/web/tag/popup/FeedbackModal.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm