mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
force recognition of layer.objectIdField
This commit is contained in:
parent
674016515f
commit
c88e68bc44
@ -91,6 +91,8 @@ define([
|
||||
extend: function (layer, callback, dataStore) {
|
||||
var self = this;
|
||||
|
||||
layer.objectIdField = this.DB_UID;
|
||||
|
||||
// Initialize the database as well as set offline data.
|
||||
this._initializeDB(dataStore,callback);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user