bhits / consent2share

Set up Consent2Share Including Infrastructure and Applications
https://bhits.github.io/consent2share/
Apache License 2.0
40 stars 10 forks source link

Translation on the "Activity History" Page does not Take Effect Until the Page is Reloaded #17

Open shruti-rao opened 7 years ago

shruti-rao commented 7 years ago
  1. Select English language, and go to "Activity History." You will see a list of User activities.
  2. Remain on the page, and change the language to Spanish.
  3. You will see the text on the webpage being changed to Spanish, except the information in the data table, as shown below. image
  4. Click on the browser's "Reload this Page" button. After the page is refreshed, you will see the information in the data table changed to Spanish as shown below. image
  5. The same issue exists if you change from Spanish to English
ghost commented 7 years ago

@shruti-rao: I believe this is happening because the data in the activity history table comes from a complex series of database queries. I'm not sure how ASU handled this when they implemented multiple language support, but I suspect the reason the refresh is required for the values of the data table to change languages is that a database query in the back-end is required to get the data.