neo4j-devtools / neo4j-desktop

The Neo4j Graph Platform, on your desktop OS.
19 stars 1 forks source link

Inocrrect character in warning message #80

Open asashour opened 4 years ago

asashour commented 4 years ago

Neo4jDesktop 1.2.7 Neo4j 4.0.3

There are incorrect characters in a warning message.

image

Steps to reproduce:

  1. Create a new database
  2. create (:One)-[:SYNONYM]->(:One)
  3. match (:One)-[b:SYNONYM*]-(:One) return b
akollegger commented 4 years ago

Hi @asashour ,

I believe this has been fixed. The characters you note are whitespace. Could you confirm that the warning now appears correctly?

Thanks, Andreas

asashour commented 4 years ago

Hi @akollegger

I am afraid it is not fixed.

Neo4j Desktop: 1.2.8

Neo4j Browser version: 4.0.9

Neo4j Server version: 4.0.3 (enterprise)

image