Merge "Pass property 'serverConfig' to 'gr-change-metadata'"
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
properties: {
|
||||
change: Object,
|
||||
mutable: Boolean,
|
||||
serverConfig: Object,
|
||||
},
|
||||
|
||||
behaviors: [
|
||||
|
@@ -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]]"
|
||||
|
Reference in New Issue
Block a user