Hi Guys ,
Could anyone please guide me how to remove the like icon from all the modules in erpnext ?
Thanks
Hi Guys ,
Could anyone please guide me how to remove the like icon from all the modules in erpnext ?
Thanks
You will need to make changes in frappe code. check the sidebar.js though making changes in frappe code is not an idea you may face the issue while updating.
can you explain the use case ?
Thanks, Makarand
Thanks for the reply @makarand_b . My company wants me to remove this icon , as it does not sound professional . Could you please guide me how do I do this ?
Thanks
overiding the list_item_subject.html and adding your own list_item_subject.html
(hide like by using css) in your app and make a entry in build.json migth work.
Thanks, Makarand
Thanks a ton for this @makarand_b . Your trick worked fine but still I could see the icon at the top being displayed inspite of changing the octicon icon for like from heart to star .
Please guide me .
Thanks
Hi @makarand_b . Changing this did the trick
https://github.com/frappe/frappe/blob/develop/frappe/public/js/frappe/list/header_select_all_like_filter.html
Many thanks , this thread can be closed .