Closed LaszloKecskes closed 1 month 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:
/api/entities/get_raw_page
entities.getRawPage
To-do: collect relevant issues regarding deprecated code to remove and assess them together.
Unused code removed https://github.com/huridocs/uwazi/pull/7348
The endpoint
/api/entities/get_raw_page
callsentities.getRawPage
. However, there is no such function (this is still in js, hence the no typescript error). The task is: