------------------------------------------------------------------------------
To reply, visit https://hellosplat.com/s/beanbag/tickets/4564/
------------------------------------------------------------------------------

New update by apetkova
For Beanbag, Inc. > Review Board > Ticket #4564


Reply:

    Root cause: the issue is caused by missing declaration of 
selectParentDiffText in 
/usr/local/lib/python2.7/dist-packages/ReviewBoard-3.0rc1-py2.7.egg/reviewboard/static/rb/js/views/uploadDiffView.js:
    
    33c33,34
    <             selectDiffText;
    ---
    >             selectDiffText,
    >       selectParentDiffText;
    
    Workardound: this can be fixed on deployed RB too, on my installation I had 
to fix 
/usr/local/lib/python2.7/dist-packages/ReviewBoard-3.0rc1-py2.7.egg/reviewboard/htdocs/static/rb/js/reviews.min*.js
 files with similar diff (the file is uglified, so you need to find occurence 
of "selectDiffText;" and change it to "selectDiffText,selectParenDiffText;". 
There might be better way (e.g. to apply above diff to uploadDiffView.js and 
re-deploy the files, but I no expert and have no time to find out how to do it).

-- 
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.

Reply via email to