Error when editing a same row twice
- Ngôn ngữ chính
- TypeScript
- Star
- 1.6k
- Fork
- 867
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
I am using ServerDataSource:
```
let data = event.newData;
this.tableService.update(data)
.then((result) => {
event.confirm.resolve(result[0]);
}).catch((err) => {
event.confirm.reject(err);
});
```
Error: Uncaught (in promise): Error: Element was not found in the dataset
Error: Element was not found in the dataset
at ServerDataSource.LocalDataSource.find (http://localhost:8080/vendor.bundle.js:842:31) [angular]
at LocalDataSource.update (http://localhost:8080/vendor.bundle.js:831:19) [angular]
at new ZoneAwarePromise (http://localhost:8080/polyfills.dll.js:4471:29) [angular]
at ServerDataSource.LocalDataSource.update (http://localhost:8080/vendor.bundle.js:830:16) [angular]
at http://localhost:8080/vendor.bundle.js:1578:26 [angular]
at Object.onInvoke (http://localhost:8080/vendor.dll.js:30260:37) [angular]
at Zone.run (http://localhost:8080/polyfills.dll.js:4033:43) [angular => angular]
at http://localhost:8080/polyfills.dll.js:4455:57 [angular]
at Object.onInvokeTask (http://localhost:8080/vendor.dll.js:30251:37) [angular]
at ZoneDelegate.invokeTask (http://localhost:8080/polyfills.dll.js:4194:40) [angular]
at Zone.runTask (http://localhost:8080/polyfills.dll.js:4071:47) [ => angular]
at drainMicroTaskQueue (http://localhost:8080/polyfills.dll.js:4353:35) []
at XMLHttpRequest.ZoneTask.invoke (http://localhost:8080/polyfills.dll.js:4269:25) []
at resolvePromise (http://localhost:8080/polyfills.dll.js:4421:31) [angular]
at resolvePromise (http://localhost:8080/polyfills.dll.js:4406:17) [angular]
at http://localhost:8080/polyfills.dll.js:4455:17 [angular]
at Object.onInvokeTask (http://localhost:8080/vendor.dll.js:30251:37) [angular]
at ZoneDelegate.invokeTask (http://localhost:8080/polyfills.dll.js:4194:40) [angular]
at Zone.runTask (http://localhost:8080/polyfills.dll.js:4071:47) [ => angular]
at drainMicroTaskQueue (http://localhost:8080/polyfills.dll.js:4353:35) []
at XMLHttpRequest.ZoneTask.invoke (http://localhost:8080/polyfills.dll.js:4269:25) []
------------- Elapsed: 14 ms; At: Fri Feb 24 2017 17:24:24 GMT-0300 (BRT) -------------
at getStacktraceWithUncaughtError (http://localhost:8080/polyfills.dll.js:3790:12) [angular]
at new LongStackTrace (http://localhost:8080/polyfills.dll.js:3784:22) [angular]
at Object.onScheduleTask (http://localhost:8080/polyfills.dll.js:3840:18) [angular]
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.