eurekaclinical / eureka

RETIRED - Clinical phenotyping and ETL system
http://www.eurekaclinical.org/docs/analytics/
Apache License 2.0
2 stars 11 forks source link

Cannot save cohort properly #139

Closed candyam5522 closed 7 years ago

candyam5522 commented 7 years ago

The js file that cohort page uses: eureka.cohort.js has an ajax call to get user info which using url: url: '../proxy-resource/users/me' which now cannot get proper user info anymore, and this calls problem while saving the corhort.

arpost commented 7 years ago

I'm going to close this and create another issue for switching it back (once we update eureka with the new proxy).

arpost commented 7 years ago

Eureka should still be able to have its own ../proxy-resource/users/me call, because it has the standard USERS table that every other module has (except eurekaclinical-user-service, which has an expanded set of columns on its USERS table). This issue is resolved.