ZeusWPI / g2-frontend

Front-end application for G2.
https://g2-project.ga
MIT License
6 stars 0 forks source link

Context menu of featured items in the Featured page always shows 'feature' #56

Closed mcbloch closed 3 years ago

mcbloch commented 3 years ago

The context menu behaves correctly in the issues tab. It says feature for unfeatured items unfeature for featured items. In the featured tab it should always say 'unfeature' but it says 'feature'.

maartenvn commented 3 years ago

@mcbloch This is an issue caused by the backend. No featured property is passed on the data property of the /features endpoint.

maartenvn commented 3 years ago

Some other properties are not passed as well.

maartenvn commented 3 years ago

Closing this since it is a backend issue