vikin91 / BibSpace

BibSpace: Online Bibtex Publications Management Software for Authors and Research Groups
Other
6 stars 2 forks source link

Adding new paper does not push Authorship to DB #11

Closed vikin91 closed 7 years ago

vikin91 commented 7 years ago

1: add new paper 2: save it 3: check status 4: you get:

 -------------------------------------------------------------------------------------------
| entity          | ID_smart  | ID_mysql  | ID_OK     | CNT_smart | CNT_mysql | CNT_OK    |
-------------------------------------------------------------------------------------------
| Author          |      1551 |      1551 |         y |       329 |       329 |         y |
| Authorship      |       --- |       --- |         y |      1101 |      1100 |        NO |

5: you should get:

 -------------------------------------------------------------------------------------------
| entity          | ID_smart  | ID_mysql  | ID_OK     | CNT_smart | CNT_mysql | CNT_OK    |
-------------------------------------------------------------------------------------------
| Author          |      1551 |      1551 |         y |       329 |       329 |         y |
| Authorship      |       --- |       --- |         y |      1101 |      1101 |         y |