You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Drew Wozniak (JIRA)" <ji...@apache.org> on 2018/12/01 20:34:00 UTC

[jira] [Created] (TINKERPOP-2108) modifying an existing property value fails without display

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)