gr-change-actions - fix non-existing properties
In the past, gr-change-actions contained Reply button. Later, the Reply button was moved to gr-change-view. 'replyDisabled' and 'replyButtonLabel' properties were removed from gr-change-actions. These properties must not be assigned anymore. Change-Id: I95fd6982d39e0c69dd0a196c2179fde2f523d85a
This commit is contained in:
@@ -408,8 +408,6 @@ limitations under the License.
|
||||
change-status="[[_change.status]]"
|
||||
commit-num="[[_commitInfo.commit]]"
|
||||
latest-patch-num="[[computeLatestPatchNum(_allPatchSets)]]"
|
||||
reply-disabled="[[_replyDisabled]]"
|
||||
reply-button-label="[[_replyButtonLabel]]"
|
||||
commit-message="[[_latestCommitMessage]]"
|
||||
edit-patchset-loaded="[[hasEditPatchsetLoaded(_patchRange.*)]]"
|
||||
edit-mode="[[_editMode]]"
|
||||
|
||||
Reference in New Issue
Block a user