PolyGerrit: Fix gr-change-action to use _handleOpenDownloadDialog
This function was renamed from _handleDownloadTap to
_handleOpenDownloadDialog in cc150c8aaa
I was getting this in the console log
[gr-change-view::_createEventHandler]: – "listener method `_handleDownloadTap`
not defined"
Bug: Issue 7226
Change-Id: Id04b7539586fcdd27d318876e21702cb83b82ede
This commit is contained in:
@@ -352,7 +352,7 @@ limitations under the License.
|
||||
patch-num="[[computeLatestPatchNum(_allPatchSets)]]"
|
||||
commit-message="[[_latestCommitMessage]]"
|
||||
on-reload-change="_handleReloadChange"
|
||||
on-download-tap="_handleDownloadTap"></gr-change-actions>
|
||||
on-download-tap="_handleOpenDownloadDialog"></gr-change-actions>
|
||||
</div>
|
||||
<hr class="mobile">
|
||||
<div id="commitAndRelated" class="hideOnMobileOverlay">
|
||||
|
||||
Reference in New Issue
Block a user