Drew Wozniak created TINKERPOP-2108:
---------------------------------------
Summary: modifying an existing property value fails without display
Key: TINKERPOP-2108
URL: https://issues.apache.org/jira/browse/TINKERPOP-2108
Project: TinkerPop
Issue Type: Bug
Components: console
Affects Versions: 3.3.3
Environment: Windows 10 Pro
Reporter: Drew Wozniak
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
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)