Project

General

Profile

Actions

Bug #5579

open

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

Added by Olivier Renaud about 4 years ago. Updated about 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 #1

Updated by Marcin Kuzminski [CTO] about 4 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.

Actions #2

Updated by Marcin Kuzminski [CTO] about 4 years ago

  • Assignee set to Daniel D
Actions #3

Updated by Redmine Integration about 4 years ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF