Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Bug
-
3.3.3
-
None
-
None
-
Windows 10 Pro
Description
When executing the following traversal designed to modify the value of a property, it works if run visibly in the console, but not if run without console display.
g.V().has('EntryType','MBO').has('MDUpdateAction','Delete').property('MDDisplayQty',0);
Works
g.V().has('EntryType','MBO').has('MDUpdateAction','Delete').property('MDDisplayQty',0);[];
does not work