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.
Actions