huridocs / uwazi

Uwazi is a web-based, open-source solution for building and sharing document collections
http://www.uwazi.io
MIT License
242 stars 80 forks source link

Potentially unused/unusable api endpoint: get_raw_page #6988

Closed LaszloKecskes closed 1 month ago

LaszloKecskes commented 4 months ago

The endpoint /api/entities/get_raw_page calls entities.getRawPage. However, there is no such function (this is still in js, hence the no typescript error). The task is:

aphilop commented 4 months ago

To-do: collect relevant issues regarding deprecated code to remove and assess them together.

daneryl commented 1 month ago

Unused code removed https://github.com/huridocs/uwazi/pull/7348