frappe / erpnext

Free and Open Source Enterprise Resource Planning (ERP)
https://erpnext.com
GNU General Public License v3.0
20.98k stars 7.2k forks source link

[v7.1] Gantt View Grey Screen #6499

Closed applepipe closed 8 years ago

applepipe commented 8 years ago

Hello,

I'm testing the new Gantt live in my company, but since the update today the screen becomes grey when I try to view the chart.

Here is what the chrome console shows:

localStorage cleared
desk.min.js:9 Cleared App Cache.
desk.min.js:12 localStorage cleared
chrome-extension://jjoehgfmpefldljiipnmgnfmcbfjkaad/certisignerconf.js:4 A div certisigner-enabled não foi encontrada.
list.min.js:131 Uncaught ReferenceError: Gantt is not defined(anonymous function) @ list.min.js:131eval_assets @ desk.min.js:15(anonymous function) @ desk.min.js:14callback @ desk.min.js:17callback @ desk.min.js:130200 @ desk.min.js:132(anonymous function) @ desk.min.js:137i @ jquery.min.js:2fireWith @ jquery.min.js:2z @ jquery.min.js:4(anonymous function) @ jquery.min.js:4

Also, I think that the link for Gantt view should be removed from the page below:

image

netchampfaris commented 8 years ago

Try bench update

applepipe commented 8 years ago

Same result after a bench update.

image

applepipe commented 8 years ago

After migration it gives me this error:

Wrote ./assets/css/frappe-web.css - 54k --Error in:/home/frappe/frappe-bench/apps/frappe/frappe/public/js/frappe/views/gantt.js-- Traceback (most recent call last): File "/home/frappe/frappe-bench/apps/frappe/frappe/build.py", line 130, in pack jsm.minify(tmpin, tmpout) File "/home/frappe/frappe-bench/apps/frappe/frappe/utils/minify.py", line 210, in minify self._jsmin() File "/home/frappe/frappe-bench/apps/frappe/frappe/utils/minify.py", line 180, in _jsmin self._action(3) File "/home/frappe/frappe-bench/apps/frappe/frappe/utils/minify.py", line 156, in _action raise UnterminatedRegularExpression() UnterminatedRegularExpression

netchampfaris commented 8 years ago

Will be fixed with frappe/frappe#2127

applepipe commented 8 years ago

thank you!