zuul/web
Felix Edel 812ee02594
Don't overwrite builds when retrieving the buildset
Currently, when retrieving a buildset from the API we also store the
builds that are contained in the buildset's API result in the redux
store. In case those builds were already present (because e.g. the
build page was visited before) they are overwritten but with less
information. This results in missing links and properties on the build
depending on how the page was accessed.

Since the buildset page is anyways using the builds that are contained
in the buildset directly and the build page fetches the necessary build
by itself in case it's not present already, we could simply remove the
relevant part in the fetchBuildset() action and avoid weird behaviour in
the UI.

Change-Id: I90ffd7f8b3fbd13d623ac94ddfd63b5b58cbffe6
2020-10-14 08:20:56 +02:00
..
public Support dynamic badges 2020-05-21 06:57:19 +00:00
src Don't overwrite builds when retrieving the buildset 2020-10-14 08:20:56 +02:00
.eslintrc Configure redux for development 2020-10-14 08:20:50 +02:00
package.json Configure redux for development 2020-10-14 08:20:50 +02:00
yarn.lock Configure redux for development 2020-10-14 08:20:50 +02:00