mirror of https://github.com/sipwise/ngcp-csc.git
What was done: 1. Remove todos in app/model/CallBlocking.js (was already fixed) 2. Fix typo in NgcpCsc.model.Foreward model and store, Application.js and in view. Right wording is Forward Change-Id: I6bfa27477e1b3d2f3a4f4a26ec932d60ea8c7f02changes/17/13417/2
parent
a5eb3f8d1b
commit
6789ea2d9d
@ -1,4 +1,4 @@
|
||||
Ext.define('NgcpCsc.model.Foreward', {
|
||||
Ext.define('NgcpCsc.model.Forward', {
|
||||
extend: 'Ext.data.Model',
|
||||
|
||||
fields: ['name']
|
@ -1,15 +1,15 @@
|
||||
Ext.define('NgcpCsc.store.Forewards', {
|
||||
Ext.define('NgcpCsc.store.Forwards', {
|
||||
extend: 'Ext.data.Store',
|
||||
|
||||
storeId: 'Forewards',
|
||||
storeId: 'Forwards',
|
||||
|
||||
model: 'NgcpCsc.model.Foreward',
|
||||
model: 'NgcpCsc.model.Forward',
|
||||
|
||||
autoLoad: true,
|
||||
|
||||
proxy: {
|
||||
type: 'ajax',
|
||||
url: '/resources/data/forewards.json',
|
||||
url: '/resources/data/forwards.json',
|
||||
reader: {
|
||||
type: 'json',
|
||||
rootProperty: 'data'
|
Loading…
Reference in new issue