Murali-group / GraphSpace

The interactive graph sharing website.
http://graphspace.org
GNU General Public License v2.0
30 stars 41 forks source link

API Update graph properly update Title/tags #454

Closed jddanna closed 3 years ago

jddanna commented 3 years ago

Purpose

Fixes #453

The update_graph method was incorrectly updating ElasticSearch with the new JSON contents of an updated graph from API requests. This was a result of a typo in a previous Pull request where the method was being passed as an instance itself instead of calling the method and passing the return value.

Now: