Being on the latest Github version, a user fails to save a new post with “An error occurred”.
In the log I found:
Uncaught TypeError: this.blank is not a function
Url: /discourse/controllers/composer
Line: 164
Column: 22
Window Location: http://entwicklergate.de/
Call stack:
TypeError: this.blank is not a function
at __exports__.default.Ember.ObjectController.extend.toggle (/discourse/controllers/composer:164:22)
at __exports__.default.Ember.ObjectController.extend.actions.toggle (/discourse/controllers/composer:45:16)
at mixin.Mixin.create.send (/ember.prod:27080:54)
at runRegisteredAction (/ember.prod:17899:25)
at Object.Backburner.run (/ember.prod:218:27)
at Object.run [as default] (/ember.prod:15458:27)
at Object.handleRegisteredAction [as handler] (/ember.prod:17897:23)
at HTMLAnchorElement.eval (/ember.prod:36149:25)
at HTMLElement.n.event.dispatch (/jquery.prod:4:6444)
at HTMLElement.r.handle (/jquery.prod:4:3219)
Environment:
HTTP_HOST: entwicklergate.de
REQUEST_URI: /logs/report_js_error
REQUEST_METHOD: POST
HTTP_USER_AGENT: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36
HTTP_ACCEPT: */*
HTTP_REFERER: http://entwicklergate.de/
HTTP_X_FORWARDED_FOR: 123.123.123.123
HTTP_X_REAL_IP: 123.123.123.123
params:
message: Uncaught TypeError: this.blank is not a function
Url: /discourse/controllers/composer
Line: 164
Colum
url: /discourse/controllers/composer
line: 164
column: 22
window_location: http://entwicklergate.de/
stacktrace: TypeError: this.blank is not a function
at __exports__.default.Ember.ObjectController.extend.togg
Any idea how/whether I can fix it?