[Sprint/LuckyLizard](fix) Boost console feed #1596
Closes #1596
Try the create boost button for the different pages here https://fix-boost-console-feed-1596.minds.io/boost/console/newsfeed/create
added Squad::Green scoped label
added MR::Awaiting Review scoped label
- Resolved by Ben Hayward
mentioned in issue #1596
marked as a Work In Progress
changed the description
unmarked as a Work In Progress
- Developer
I tested this and it looks good. Once you address Mark's comment above, I will give it my approval.
Edited by Brian Hatchet resolved all threads
- Developer
Cool, we should be ready to go if you'd be so kind as to quickly test again
added 53 commits
- 2a4f4f00...5ed6e576 - 52 commits from branch
master
- 9a219148 - Merge remote-tracking branch 'origin/master' into fix/boost-console-feed-1596
- 2a4f4f00...5ed6e576 - 52 commits from branch
approved this merge request
unapproved this merge request
approved this merge request
61 this.inProgress = false; 62 63 this.posts = responses[0].activity || []; 64 this.media = responses[1].entities || []; 65 // this.posts = []; 66 // this.media = []; 67 this.loadComponent(); 68 }) 69 .catch(e => { 70 this.inProgress = false; 71 return false; 72 }); 70 this.feedsService 71 .setEndpoint( 72 this.type === 'content' 73 ? 'api/v1/entities/owner' - Owner
I don't see how using
api/v1/entities/owner
solves the issue of new posts not showing at the top as they are being interpreted as string? Should this also not useapi/v2/feeds/container...
?
added MR::Requires Changes scoped label and automatically removed MR::Awaiting Review label