Build 126+ : / Linux native port- AngularJS module fix

Hello,

DuringĀ  (unofficial) Linux native porting the GUI is not able to load due to unspecified AJS dependency and general failure in "Loading GUI" phase. Seems Linux jxbrowser component is more picky than Windows one.

Internally communicated by mail. Ticket is a formal tracker.

Reason is AJS module definitions which need to be fixed/improved. Most of plugins have correct definition while others do not. Each SQX build fails on a different plugin depending on load order.

SQX128: /plugins/SettingsWaitFor/module.js (EXAMPLE)

Failing (current):

angular.module('app.settings').config(function(sqPluginProvider) {

Correct :

angular.module('app.settings',['sqplugin']).config(function(sqPluginProvider) {

Note many plugins need to be reviewed to have correct module definition. Should not be time consuming fix.

Thank you,

Enyx
Attachments
No attachments
  • Votes +2
  • Project StrategyQuant X
  • Type Feature
  • Status Moved
  • Priority Normal
  • Assignee None

History

DB
#1

Enyx

02.07.2020 12:52

Task created

MF
#2

Mark Fric

16.07.2020 13:12
Task moved to project SQX Linux/Mac support, new link to task: https://sq.projectpanel.com/tasks/sqxlinmac_0007
Dw
#3

Diwi

31.07.2020 16:15
Voted for this task.

Votes: +2

Drop files to upload

or

choose files

Max size: 5MB

Not allowed: exe, msi, application, reg, php, js, htaccess, htpasswd, gitignore

...
Wait please