Only show assignee highlight on open changes
The yellow background on changes assigned to the current user is intended to aid in prioritizing what changes need attention, but changes that are closed (merged or abandoned) do not need further attention. Do not show the highlight on these changes. Also correct an issue where the account was not set in change-lists used by the change-list-view, resulting in the highlight never appearing in search results. Bug: Issue 8476 Change-Id: I93e61f4c98e9a199f94689b611545de484799051
This commit is contained in:
@@ -141,8 +141,8 @@ limitations under the License.
|
||||
<template is="dom-if" if="[[_showChangeListView]]" restamp="true">
|
||||
<gr-change-list-view
|
||||
params="[[params]]"
|
||||
view-state="{{_viewState.changeListView}}"
|
||||
logged-in="[[_computeLoggedIn(_account)]]"></gr-change-list-view>
|
||||
account="[[_account]]"
|
||||
view-state="{{_viewState.changeListView}}"></gr-change-list-view>
|
||||
</template>
|
||||
<template is="dom-if" if="[[_showDashboardView]]" restamp="true">
|
||||
<gr-dashboard-view
|
||||
|
||||
Reference in New Issue
Block a user