Closed RobertMeissner closed 2 years ago
CollectionsTreeStats differs from MaterialsNoXYZ
CollectionsTreeStats uses endpoints
MaterialsNoXYZ uses pending-materials
endpoint
Now if I click on the edit button in I get forwarded to the staging environment, but there is nothing displayed there. I.e. the URI that is opened by the MetaWidgetService.openNode
method seems to be wrong.
mMmh, can you please supply an example? Because on my version it works :/
OER content differed, partially because "total" from Elasticsearch differed from separate sum of doc_count - this is bizarre and I cannot explain it yet. Now, all tables use one and the same way to calculate OER ratios
The base filters were missing in background elasticsearch query, thus finding more material, then pending-materials did.
Nevertheless, numbers still differ significantly
Material without description yielded collections, because it was set to point to collections in the frontend, see widget-node-list.component.ts
Changed type there.
Renamed Forms to mode, including in the frontend. All endpoints work again