mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
Encode revision for extension point to fix breaking change (#1585)
Encode revision on extension points to fix a breaking change which slipped through with release 2.14.0.
This commit is contained in:
@@ -141,7 +141,7 @@ class Content extends React.Component<Props, State> {
|
||||
props={{
|
||||
repository,
|
||||
file,
|
||||
revision,
|
||||
revision: revision ? encodeURIComponent(revision) : "",
|
||||
handleExtensionError: this.handleExtensionError
|
||||
}}
|
||||
renderAll={true}
|
||||
|
||||
Reference in New Issue
Block a user