mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
Fixed bug causing multiple requests for changesets
Fixed bug related to displaying errors additionally: implemented i18n
This commit is contained in:
@@ -140,8 +140,8 @@ function fetchChangesetsFailure(
|
||||
payload: {
|
||||
namespace,
|
||||
name,
|
||||
branch,
|
||||
error
|
||||
error,
|
||||
branch
|
||||
},
|
||||
itemId: createItemId(namespace, name, branch)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user