Fix display of owner in reply dialog

Change-Id: I03ce65e19e538484ea24e2c2a26618321bebdee8
This commit is contained in:
Logan Hanks
2016-08-04 14:32:47 -07:00
parent 14a81007ba
commit 9e60c3771b

View File

@@ -18,6 +18,7 @@ limitations under the License.
<link rel="import" href="../../../bower_components/iron-autogrow-textarea/iron-autogrow-textarea.html"> <link rel="import" href="../../../bower_components/iron-autogrow-textarea/iron-autogrow-textarea.html">
<link rel="import" href="../../../bower_components/iron-selector/iron-selector.html"> <link rel="import" href="../../../bower_components/iron-selector/iron-selector.html">
<link rel="import" href="../../../behaviors/rest-client-behavior.html"> <link rel="import" href="../../../behaviors/rest-client-behavior.html">
<link rel="import" href="../../shared/gr-account-chip/gr-account-chip.html">
<link rel="import" href="../../shared/gr-button/gr-button.html"> <link rel="import" href="../../shared/gr-button/gr-button.html">
<link rel="import" href="../../shared/gr-js-api-interface/gr-js-api-interface.html"> <link rel="import" href="../../shared/gr-js-api-interface/gr-js-api-interface.html">
<link rel="import" href="../../shared/gr-overlay/gr-overlay.html"> <link rel="import" href="../../shared/gr-overlay/gr-overlay.html">
@@ -139,8 +140,8 @@ limitations under the License.
<section class="peopleContainer"> <section class="peopleContainer">
<div class="peopleList"> <div class="peopleList">
<div class="peopleListLabel">Owner</div> <div class="peopleListLabel">Owner</div>
<gr-account-list readonly accounts="[[_owners]]"> <gr-account-chip account="[[_owner]]">
</gr-account-list> <gr-account-chip>
</div> </div>
</section> </section>
<section class="peopleContainer"> <section class="peopleContainer">