TT#5100 Change mock data location

Change mock data localtipon from app/data/ to resources/data,
so that the reference works both locally and in production.

Change-Id: I448a81e24c173408f9c77a163762a3cb60523366
changes/74/9174/1
Robert Axelsen 9 years ago
parent d03b80c3b6
commit a2287a2c81

2
.gitignore vendored

@ -5,6 +5,8 @@ sass/example/bootstrap.json
sass/example/bootstrap.jsonp
sass/example/example.css
bootstrap.json
bootstrap.js
bootstrap.css
classic.json
classic.jsonp
modern.json

@ -11,7 +11,7 @@ Ext.define('NgcpCsc.store.Calls', {
proxy: {
type: 'ajax',
url: '/app/data/calls.json',
url: '/resources/data/calls.json',
reader: {
type: 'json',
rootProperty: 'data'

@ -9,7 +9,7 @@ Ext.define('NgcpCsc.store.VoiceMails', {
proxy: {
type: 'ajax',
url: '/app/data/voicemails.json',
url: '/resources/data/voicemails.json',
reader: {
type: 'json',
rootProperty: 'data'

Loading…
Cancel
Save