[Sprint/JollyJellyfish] (feat) use entities service in activity screen
closes #1124
0/1 thread resolved
changed milestone to %sprint: Jolly Jellyfish
added Squad::Green scoped label
changed target branch from
master
tov3.8.0-rc2
approved this merge request
added MR::Awaiting Review scoped label
changed target branch from
v3.8.0-rc2
torelease/3.8.0
approved this merge request
- Last updated by Martin Santangelo
50 46 this.comments = commentsStoreProvider.get(); 51 47 52 48 if (params.entity && (params.entity.guid || params.entity.entity_guid)) { 53 this.entityStore.setEntity(ActivityModel.checkOrCreate(params.entity)); 54 49 55 const entity = this.entityStore.entity; 50 const urn = 'urn:entity:' + (params.entity.guid || params.entity.entity_guid); - Owner
should this not be activity?
- Maintainer
the backend is returning all as urn:entity for mobile, if I recall correctly it was a fix to be compatible with the previous implementation of the es-feeds
approved this merge request