File tree Expand file tree Collapse file tree 3 files changed +197
-7
lines changed
AbpWithjTable/AbpjTable.Web Expand file tree Collapse file tree 3 files changed +197
-7
lines changed Original file line number Diff line number Diff line change 4444 $dfd . resolve ( {
4545 "Result" : "OK" ,
4646 "Records" : data [ originalListAction . recordsField || 'items' ] ,
47- "TotalRecordCount" : data . totalCount //TODO: Make an Interface to standardize totalCount
47+ "TotalRecordCount" : data . totalCount
4848 } ) ;
4949 } )
5050 . fail ( function ( error ) {
5959 var originalCreateAction = self . options . actions . createAction ;
6060 self . options . actions . createAction = function ( postData ) {
6161 return $ . Deferred ( function ( $dfd ) {
62-
62+ console . log ( postData ) ;
6363 var input = $ . extend ( { } , postData ) ;
6464
6565 originalCreateAction . method ( input )
Original file line number Diff line number Diff line change 1010 actions : {
1111 listAction : {
1212 method : abp . services . app . person . getPeople
13- } ,
14- createAction : {
15- method : abp . services . app . person . createPerson ,
16- recordField : 'person'
17- }
13+ } // ,
14+ // createAction: {
15+ // method: abp.services.app.person.createPerson,
16+ // recordField: 'person'
17+ // }
1818 } ,
1919 fields : {
2020 id : {
You can’t perform that action at this time.
0 commit comments