Openemr: Font-awesome icons are missing

Created on 22 Mar 2020  路  6Comments  路  Source: openemr/openemr

Describe the bug

Some of the font-awesome icons are not rendered. Shows error 404 Not found.
Refresh icon is not visible both in chrome and edge.

Actual Behaviour

See for the icons search and refresh
Screenshot (92)

Screenshot (94)

  • Browser: Chrome
Bug

All 6 comments

hi @adad20 , wasn't this fixed in most recent commit, https://github.com/openemr/openemr/commit/bc644eb4a1e54a27547ba066bc1065f005312d53 ?

hi @stephenwaite My repo is up to date and contains this commit yet this issue persists. Should we reopen that issue?

Hi @adad20

Try to use, It will install font awesome 5

npm install

@stu01509 After pulling the latest commits I ran npm install yet some icons are missing like refresh one. You may have a look if its not on your system then fault may be on my side only.

hi @adad20 , @stu01509 , and @stephenwaite , There are still broken icons out there including this one. In this case, fa-refreshno longer exists in fontawesome 5, and should be changed to fa-sync. Rec searching for fa-refresh in codebase to see where need to change (there look to be about 13 places).

Hi @adad20 @bradymiller @stephenwaite

I am in my environment just found refresh icon broken, it still used fa-refresh, Maybe I am not fully updated font awesome icon, So I create a PR to fix it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sjpadgett picture sjpadgett  路  6Comments

sjpadgett picture sjpadgett  路  3Comments

im-Amitto picture im-Amitto  路  4Comments

yashrajbothra picture yashrajbothra  路  3Comments

MatthewVita picture MatthewVita  路  5Comments