Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-2108

modifying an existing property value fails without display

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Bug
    • 3.3.3
    • None
    • console
    • 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

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            dwozman Drew Wozniak
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: