Loading client-app/src/app/App.js +8 −8 Original line number Diff line number Diff line Loading @@ -4,21 +4,21 @@ define([ , 'dojo/dom' , 'put-selector' , 'src/app/component/Analytics' , 'src/app/component/auth/Auth' , 'src/app/component/Credentials' , 'src/app/component/ExternalConfig' , 'src/app/component/layout/InnerLayoutImpl' , 'src/app/component/layout/OuterLayoutImpl' , 'src/app/component/Loading' , 'src/app/component/auth/Auth' , 'src/app/component/meta/MetaTags' , 'src/app/component/ModuleStore' , 'src/app/component/request/RestManagerImpl' , 'src/app/component/Router' , 'src/app/util/CheckBrowser' , 'src/component/notification/CommunicationCenter' , 'src/component/notification/Alert' , 'src/component/base/_Module' , 'src/component/base/_Store' , 'src/component/store/RestManagerImpl' , 'src/component/notification/Alert' , 'src/component/notification/CommunicationCenter' , 'src/redmicConfig' , 'src/util/CookieLoader' , 'templates/LoadingCustom' Loading @@ -28,21 +28,21 @@ define([ , dom , put , Analytics , Auth , Credentials , ExternalConfig , InnerLayoutImpl , OuterLayoutImpl , Loading , Auth , MetaTags , ModuleStore , RestManagerImpl , Router , CheckBrowser , CommunicationCenter , Alert , _Module , _Store , RestManagerImpl , Alert , CommunicationCenter , redmicConfig , CookieLoader , LoadingCustomTemplate Loading client-app/src/component/store/RestManager.js→client-app/src/app/component/request/RestManager.js +2 −2 Original line number Diff line number Diff line Loading @@ -2,14 +2,14 @@ define([ 'src/redmicConfig' , 'dojo/_base/declare' , 'dojo/_base/lang' , 'src/app/component/request/_RestManagerItfc' , 'src/component/base/_Module' , 'src/component/store/_RestManagerItfc' ], function( redmicConfig , declare , lang , _Module , _RestManagerItfc , _Module ) { return declare([_Module, _RestManagerItfc], { Loading client-app/src/component/store/RestManagerImpl.js→client-app/src/app/component/request/RestManagerImpl.js +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ define([ , 'dojo/_base/lang' , 'dojo/request/xhr' , 'dojo/request/notify' , 'src/component/store/RestManager' , 'src/app/component/request/RestManager' , 'src/redmicConfig' , 'src/util/Credentials' ], function( Loading client-app/src/component/store/_RestManagerItfc.js→client-app/src/app/component/request/_RestManagerItfc.js +0 −0 File moved. View file client-app/src/detail/_CustomLayout.js +1 −2 Original line number Diff line number Diff line Loading @@ -10,8 +10,7 @@ define([ return declare(null, { // summary: // Aplicación de componentes adicionales para la vista detalle de Activity, en función del tipo de layout // establecido según su identificador. Si no está establecido, se decide según su categoría. // Base para vistas detalle personalizables con widgets provistos por el componente WidgetProvider. postMixInProperties: function() { Loading Loading
client-app/src/app/App.js +8 −8 Original line number Diff line number Diff line Loading @@ -4,21 +4,21 @@ define([ , 'dojo/dom' , 'put-selector' , 'src/app/component/Analytics' , 'src/app/component/auth/Auth' , 'src/app/component/Credentials' , 'src/app/component/ExternalConfig' , 'src/app/component/layout/InnerLayoutImpl' , 'src/app/component/layout/OuterLayoutImpl' , 'src/app/component/Loading' , 'src/app/component/auth/Auth' , 'src/app/component/meta/MetaTags' , 'src/app/component/ModuleStore' , 'src/app/component/request/RestManagerImpl' , 'src/app/component/Router' , 'src/app/util/CheckBrowser' , 'src/component/notification/CommunicationCenter' , 'src/component/notification/Alert' , 'src/component/base/_Module' , 'src/component/base/_Store' , 'src/component/store/RestManagerImpl' , 'src/component/notification/Alert' , 'src/component/notification/CommunicationCenter' , 'src/redmicConfig' , 'src/util/CookieLoader' , 'templates/LoadingCustom' Loading @@ -28,21 +28,21 @@ define([ , dom , put , Analytics , Auth , Credentials , ExternalConfig , InnerLayoutImpl , OuterLayoutImpl , Loading , Auth , MetaTags , ModuleStore , RestManagerImpl , Router , CheckBrowser , CommunicationCenter , Alert , _Module , _Store , RestManagerImpl , Alert , CommunicationCenter , redmicConfig , CookieLoader , LoadingCustomTemplate Loading
client-app/src/component/store/RestManager.js→client-app/src/app/component/request/RestManager.js +2 −2 Original line number Diff line number Diff line Loading @@ -2,14 +2,14 @@ define([ 'src/redmicConfig' , 'dojo/_base/declare' , 'dojo/_base/lang' , 'src/app/component/request/_RestManagerItfc' , 'src/component/base/_Module' , 'src/component/store/_RestManagerItfc' ], function( redmicConfig , declare , lang , _Module , _RestManagerItfc , _Module ) { return declare([_Module, _RestManagerItfc], { Loading
client-app/src/component/store/RestManagerImpl.js→client-app/src/app/component/request/RestManagerImpl.js +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ define([ , 'dojo/_base/lang' , 'dojo/request/xhr' , 'dojo/request/notify' , 'src/component/store/RestManager' , 'src/app/component/request/RestManager' , 'src/redmicConfig' , 'src/util/Credentials' ], function( Loading
client-app/src/component/store/_RestManagerItfc.js→client-app/src/app/component/request/_RestManagerItfc.js +0 −0 File moved. View file
client-app/src/detail/_CustomLayout.js +1 −2 Original line number Diff line number Diff line Loading @@ -10,8 +10,7 @@ define([ return declare(null, { // summary: // Aplicación de componentes adicionales para la vista detalle de Activity, en función del tipo de layout // establecido según su identificador. Si no está establecido, se decide según su categoría. // Base para vistas detalle personalizables con widgets provistos por el componente WidgetProvider. postMixInProperties: function() { Loading