Uh oh!
There was an error while loading. Please reload this page.
Skip parameters which are not there instead of failing out - #257
Conversation
| parameter = parameter.substring(1, parameter.length - 1); | ||
| var parsed = self.parseParameter(parameters[parameter]); | ||
| if (!parameters.hasOwnProperty(parameter) || !parameters[parameter]) { | ||
| // Malformed translation? |
There was a problem hiding this comment.
should this be reported instead of failing silently?
There was a problem hiding this comment.
Well only thing would be console.log, but that is disabled for non-debug anyway, so I don't think it's important.
There was a problem hiding this comment.
so, wouldn't it be helpful for debugging? for the app dev to to find out where an issues occurs?
There was a problem hiding this comment.
whatever I was thinking, yes of course, amended
blizzz
commented
Apr 4, 2018
travis is unhapy |
nickvergessen
commented
Apr 9, 2018
Travis was fixed with https://github.com/nextcloud/activity/pull/259/files But I will rebase |
6de54e7 to
92b9084CompareSigned-off-by: Joas Schilling <coding@schilljs.com>
92b9084 to
3da098fCompareMorrisJobke
commented
Apr 18, 2018
@nickvergessen Next RC is coming - time for backport |
MorrisJobke
commented
Jul 11, 2018
@nickvergessen To backport or not to backport? |
nickvergessen
commented
Jul 11, 2018
ws already backported see #265 |
Fix#256
Fix#77
Testing today:
Testing tomorrow:
See above + revert #256 (comment)
Expected
Actual