mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
fix bug reported by Andy
added new task in the ISSUES.md
This commit is contained in:
parent
399cd86ab9
commit
eb21ab750c
@ -17,5 +17,6 @@
|
||||
- add timestamp to edits
|
||||
- undo
|
||||
- attachments
|
||||
- code comments (for automatic doc generation)
|
||||
|
||||
- store the original layers in localStorage?
|
||||
|
||||
@ -139,9 +139,9 @@ define(["esri/graphic"], function(Graphic)
|
||||
readableGraphic = graphic.geometry.type;
|
||||
break;
|
||||
case this.UPDATE:
|
||||
case this.DELETE:
|
||||
readableGraphic = graphic.geometry.type + " [id=" + graphic.attributes.objectid + "]"; // jabadia: objectid name hardcoded
|
||||
break;
|
||||
case this.DELETE:
|
||||
readableGraphic = graphic.geometry.type + " [id=" + graphic.attributes.objectid + "]";
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user