Loading deploy/docker-compose.tmpl.yml +3 −1 Original line number Diff line number Diff line Loading @@ -35,12 +35,14 @@ services: traefik.port: '${PORT}' restart_policy: delay: 10s window: 1m update_config: delay: 10s resources: limits: cpus: '1' memory: 128M reservations: cpus: '0.001' memory: 64M networks: Loading public/javascript/app/designs/edition/Controller.js +2 −1 Original line number Diff line number Diff line Loading @@ -254,7 +254,8 @@ define([ this._onEvt('SAVED', this._editionSuccessDfd.resolve); this._emitEvt('SAVE', { data: response.data data: response.data, target: this.target }); }, Loading public/javascript/redmic/modules/socket/_Report.js +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ define([ // private if (request.total >= 1) { var selectId = Credentials.get("selectIds")[request.selectionTarget]; var selectId = Credentials.get("selectIds")[request.target]; if (request.total > 1) { alertify.prompt(null, null, Loading public/javascript/redmic/modules/store/RestManager.js +5 −0 Original line number Diff line number Diff line Loading @@ -400,8 +400,13 @@ define([ var status = response.status, error = response.error, data = response.data, description = error ? error : this.defaultErrorDescription; if (data && data.description) { description += ' - ' + data.description; } if (status) { description += ' - ' + status + ' - <a href="/feedback/' + status + '" target="_blank">' + this.i18n.contact + '</a>'; Loading Loading
deploy/docker-compose.tmpl.yml +3 −1 Original line number Diff line number Diff line Loading @@ -35,12 +35,14 @@ services: traefik.port: '${PORT}' restart_policy: delay: 10s window: 1m update_config: delay: 10s resources: limits: cpus: '1' memory: 128M reservations: cpus: '0.001' memory: 64M networks: Loading
public/javascript/app/designs/edition/Controller.js +2 −1 Original line number Diff line number Diff line Loading @@ -254,7 +254,8 @@ define([ this._onEvt('SAVED', this._editionSuccessDfd.resolve); this._emitEvt('SAVE', { data: response.data data: response.data, target: this.target }); }, Loading
public/javascript/redmic/modules/socket/_Report.js +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ define([ // private if (request.total >= 1) { var selectId = Credentials.get("selectIds")[request.selectionTarget]; var selectId = Credentials.get("selectIds")[request.target]; if (request.total > 1) { alertify.prompt(null, null, Loading
public/javascript/redmic/modules/store/RestManager.js +5 −0 Original line number Diff line number Diff line Loading @@ -400,8 +400,13 @@ define([ var status = response.status, error = response.error, data = response.data, description = error ? error : this.defaultErrorDescription; if (data && data.description) { description += ' - ' + data.description; } if (status) { description += ' - ' + status + ' - <a href="/feedback/' + status + '" target="_blank">' + this.i18n.contact + '</a>'; Loading