Merge "Pass property 'serverConfig' to 'gr-change-metadata'"

This commit is contained in:
Andrew Bonventre
2016-03-20 21:41:07 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
properties: {
change: Object,
mutable: Boolean,
serverConfig: Object,
},
behaviors: [

View File

@@ -268,6 +268,7 @@ limitations under the License.
<div class="changeInfo-column changeMetadata">
<gr-change-metadata
change="[[_change]]"
server-config="[[serverConfig]]"
mutable="[[_loggedIn]]"></gr-change-metadata>
<gr-change-actions id="actions"
actions="[[_change.actions]]"