Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. ../../templates/custom_reports.js:130: ERROR - Parse error. missing variable name
  2. var short = Settings.custom_variables_proper_name(title);
  3. ^
  4.  
  5. ../../templates/custom_reports.js:143: ERROR - Parse error. identifier is a reserved word
  6. url: CRUD_URL + "custom_report/create?profile="+ PROFILE_ID +"&title=" + title +"&short=" + short + "&group-by=" + JSON.stringify(groupby) + "&sort-by=" + sortby+ "&filters=" + filters.join(':'),
  7. ^
  8.  
  9. ../../templates/custom_reports.js:144: ERROR - Parse error. syntax error
  10. dataType: 'json',
  11. ^
  12.  
  13. ../../templates/custom_reports.js:145: ERROR - Parse error. syntax error
  14. success: function(data){Profiles.init(
  15. ^
  16.  
  17. ../../templates/custom_reports.js:146: ERROR - Parse error. syntax error
  18. function(){
  19. ^
  20.  
  21. ../../templates/custom_reports.js:147: ERROR - Parse error. syntax error
  22. Profiles.update_custom_reports_report_view();
  23. ^
  24.  
  25. ../../templates/custom_reports.js:148: ERROR - Parse error. identifier is a reserved word
  26. getCustomReportViewCtx(short,'custom');
  27. ^
  28.  
  29. ../../templates/custom_reports.js:151: ERROR - Parse error. missing ; before statement
  30. });
  31. ^
  32.  
  33. ../../templates/custom_reports.js:152: ERROR - Parse error. syntax error
  34. });
  35. ^
  36.  
  37. ../../templates/custom_reports.js:156: ERROR - Parse error. syntax error
  38. },
  39. ^
  40.  
  41. ../../templates/custom_reports.js:158: ERROR - Parse error. syntax error
  42. delete_custom_report: function(el){
  43. ^
  44.  
  45. ../../templates/custom_reports.js:166: ERROR - Parse error. syntax error
  46. }
  47.  
  48. 12 error(s), 0 warning(s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement