AnotherCodeArtist / medien-transparenz.at

Apache License 2.0
3 stars 2 forks source link

Bugfix: Search Controller Grouping Error #158

Closed weidingergerald closed 7 years ago

weidingergerald commented 7 years ago

The search method which is used for getting the server side organisations and media has a serious issue regarding grouping which has an impact on multiple areas of the application.

See: http://i.imgur.com/Sr48bdE.jpg http://i.imgur.com/fLDEMO2.jpg

relative-progressio commented 7 years ago

The media entries were multiplied because of the fact that the entry recived money from different organisation types. Therefore, the grouping is now organisation only. Please do not forget to clear the session storage. Comes with release-sprint-12 branch.

(relates to #153, #97)