Project

General

Profile

Actions

Bug #5579

open

JS bug when a commit message can be parsed as a number

Added by Olivier Renaud over 4 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
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

Also available in: Atom PDF