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:
Dmitrii Filippov
2019-11-12 12:09:36 +01:00
parent 059ac54df3
commit d4e412637a

View File

@@ -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]]"