Actions
Bug #5579
openJS bug when a commit message can be parsed as a number
Start date:
29.12.2019
Due date:
% Done:
0%
Estimated time:
Sorting:
Commit Number:
Affected Version:
Description
Steps to reproduce:
- Push a commit in a feature branch, with the message "123"
- Go to the Pull Request creation page, and select the branch in the "source" drop down.
Javascript fails with "TypeError: rawMessage.split is not a function" in getTitleAndDescription (script.js:55503).
The debugger shows that rawMessage is a number at this point, and not a string.
Updated by Marcin Kuzminski [CTO] almost 5 years ago
- Status changed from New to In Progress
confirmed, we'll either apply a fix to 4.17.X or 4.18 that is soon to be released.
Updated by Redmine Integration almost 5 years ago
- Status changed from In Progress to Resolved
Commit a80d50b2018d
by Daniel Dourvaris daniel@rhodecode.com on default
branch changed this issue.
https://code.rhodecode.com/rhodecode-enterprise-ce/changeset/a80d50b2018d3441132f108d9215c2fc189347d2
Actions