gigascience / gigadb-website

Source code for running GigaDB
http://gigadb.org
GNU General Public License v3.0
9 stars 15 forks source link

Fix merge authors feature #1509

Open luistoptal opened 1 year ago

luistoptal commented 1 year ago

User story

Merge author feature should work as expected

Example:

http://gigadb.gigasciencejournal.com:9170/adminAuthor/update/id/14

image

image

image

Acceptance criteria

Additional Info

I believe the source of the issue is file protected/views/adminAuthor/admin.php, line with: echo 'origin_graph = ' . CJSON::encode($origin_author->getIdenticalAuthors()) . ';';

It looks like expression CJSON::encode($origin_author->getIdenticalAuthors()) is always evaluating to false even though something else would be expected. This looks more like a backend issue

luistoptal commented 1 year ago

@rija This issue takes place in the develop branch. It makes it impossible to merge authors. It's more of a backend issue, I believe