-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 6.9.1
-
Component/s: Repository - File Browsing
-
1
-
Severity 2 - Major
-
0
Issue Summary
The property commit.list.follow.renames=false breaks commit indexer module
Steps to Reproduce
- Add the property commit.list.follow.renames=false
- Enable Commit Property Config Plugin Module
- Create Simple Indexer (so that commit in next step had some properties)
- Create a branch branch-2 from master and add a new commit to branch-2
- Create a pull request to master
- Merge the commit
- View the source file in master OR master
- Switch between branches in file-source view
Expected Results
File content in branch the new changed branch
Actual Results
File content is not displayed
And error is shown in the browser console
Uncaught TypeError: Cannot read property 'srcPath' of undefined
at Object.<anonymous> (source.js?_statichash=3800658fdb129aa265e6362b4f3960ee-CDN%2F-1034595541%2Fd91c598%2F1%2Fffb72ccfbc15b724d9e2bbfff3ad5edb&locale=en-US:4)
at c (jquery.js?_statichash=bcf3a0b6d6172f4d674d44bd35f2491e-CDN%2F-1034595541%2Fd91c598%2F1%2F7778f81f0137835d6a29c77fe8708f98&locale=en-US:30)
...
Workaround
None for now, as the only one, remove the property commit.list.follow.renames=false breaks the suggestion to resolve https://jira.atlassian.com/browse/BSERV-11530
- is blocked by
-
BSERV-11530 Opening a file is too slow
- Gathering Interest